Skip to content

Commit

Permalink
fix(pdf): Fix suboptimal overflow issues in the header (#1207)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara authored Jan 26, 2025
1 parent a6246c8 commit 46308d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml2rfc/data/xml2rfc.css
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ hr {
/* Fix PDF info block run off issue */
@media print {
#identifiers dd {
float: none;
max-width: 100%;
}
}
#identifiers .authors .author {
Expand Down

0 comments on commit 46308d3

Please sign in to comment.