Merge pull request #258 from kllmanu/patch-1

prevent footnotes from affecting line-height
This commit is contained in:
Radek Kozieł 2021-10-24 10:04:58 +02:00 committed by GitHub
commit bbaf93ff6f
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;
}