Skip to content

Commit 0f1d72d

Browse files
authored
Add nowrap to content cells for improved text handling (#2049)
1 parent 034a428 commit 0f1d72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/content/general.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
font-family: var(--sansFontFamily);
145145
font-weight: 700;
146146
padding-bottom: 0.5em;
147+
white-space: nowrap;
147148
}
148149

149150
.content-inner thead tr {
@@ -168,7 +169,6 @@
168169
padding-left: 1em;
169170
line-height: 2em;
170171
vertical-align: top;
171-
white-space: nowrap;
172172
}
173173

174174
.content-inner .section-heading {

0 commit comments

Comments
 (0)