prevent footnotes from affecting line-height

see https://stackoverflow.com/a/6594576
This commit is contained in:
manu 2021-06-16 10:47:46 +02:00 committed by GitHub
parent ca1cc0c391
commit ec451ec43e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -332,3 +332,7 @@ hr {
.hidden { .hidden {
display: none; display: none;
} }
sup {
line-height: 0;
}