Skip to content

Commit

Permalink
fix: Avoid breaking citation labels
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara committed Mar 15, 2024
1 parent c8e2998 commit 2f4b273
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xml2rfc/data/xml2rfc.css
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@ cite {
text-align: right;
font-style: italic;
}
.xref {
overflow-wrap: normal;
}

/* tables */
table {
Expand Down

0 comments on commit 2f4b273

Please sign in to comment.