Merge pull request #2526 from hanspinckaers/patch-1
Fix line-height when sub/sup is present
This commit is contained in:
@ -262,6 +262,10 @@ on smaller screens we display the note icon
|
||||
|
||||
.article-inner-css sup,
|
||||
.article-inner-css sub {
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: baseline;
|
||||
a {
|
||||
color: inherit;
|
||||
pointer-events: none;
|
||||
@ -269,7 +273,7 @@ on smaller screens we display the note icon
|
||||
}
|
||||
|
||||
.article-inner-css sup {
|
||||
top: -0.3em;
|
||||
top: -0.75em;
|
||||
}
|
||||
|
||||
.article-inner-css sub {
|
||||
|
||||
Reference in New Issue
Block a user