mirror of
git://develop.git.wordpress.org/
synced 2025-04-27 07:32:32 +02:00
Twenty Sixteen: Fix superscript and subscript.
When using the block-based editor in Twenty Sixteen, superscript is displaying below the baseline and subscript is displaying above the baseline. This is the opposite of what should occur. This reverses the two to display correctly. Props greg-raven, torontodigits, JDTrower. Fixes: #44776. git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44210 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
902af362f8
commit
f948d08281
@ -223,11 +223,11 @@ sub {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
sub {
|
||||
sup {
|
||||
top: -6px;
|
||||
}
|
||||
|
||||
sup {
|
||||
sub {
|
||||
bottom: -3px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user