Merge pull request #1117 from pdokas/master

Fix leading for super and subscript in the article view
This commit is contained in:
Maurice Parker 2019-10-09 10:08:25 -05:00 committed by GitHub
commit 29392ec80e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -140,6 +140,18 @@ figcaption {
line-height: 1.3em;
}
sup {
vertical-align: top;
position: relative;
bottom: 0.2rem;
}
sub {
vertical-align: bottom;
position: relative;
top: 0.2rem;
}
.iframeWrap {
position: relative;
display: block;