fix: Make authors take at least two lines in HTMLized (#6606)
From 32f8003712
Fixes #6575
This commit is contained in:
parent
2f5bbebf70
commit
275b3b2b0a
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue