fix: Make authors take at least two lines in HTMLized ()

From 32f8003712

Fixes 
This commit is contained in:
Lars Eggert 2023-11-05 10:40:34 +01:00 committed by GitHub
parent 2f5bbebf70
commit 275b3b2b0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,6 +165,7 @@ blockquote {
#identifiers dd.authors .author {
display: inline-block;
margin: 0 2ch 0 1ch;
min-height: calc(2 * var(--line));
}
#identifiers dd.authors .author:last-of-type {
margin-right: 0;