Skip to content

Commit 275b3b2

Browse files
authored
fix: Make authors take at least two lines in HTMLized (ietf-tools#6606)
From martinthomson/rfc-txt-html@32f8003 Fixes ietf-tools#6575
1 parent 2f5bbeb commit 275b3b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/static/css/document_html_txt.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ blockquote {
165165
#identifiers dd.authors .author {
166166
display: inline-block;
167167
margin: 0 2ch 0 1ch;
168+
min-height: calc(2 * var(--line));
168169
}
169170
#identifiers dd.authors .author:last-of-type {
170171
margin-right: 0;

0 commit comments

Comments
 (0)