Skip to content

Commit

Permalink
Add nowrap to content cells for improved text handling (#2049)
Browse files Browse the repository at this point in the history
  • Loading branch information
hichemfantar authored Jan 21, 2025
1 parent 034a428 commit 0f1d72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/content/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
font-family: var(--sansFontFamily);
font-weight: 700;
padding-bottom: 0.5em;
white-space: nowrap;
}

.content-inner thead tr {
Expand All @@ -168,7 +169,6 @@
padding-left: 1em;
line-height: 2em;
vertical-align: top;
white-space: nowrap;
}

.content-inner .section-heading {
Expand Down

0 comments on commit 0f1d72d

Please sign in to comment.