Skip to content

Commit 8a25db5

Browse files
authored
Remove uppercase transformation from table headers and add nowrap to content cells for better text handling (#2039)
1 parent d3cce6f commit 8a25db5

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
@@ -142,7 +142,6 @@
142142
.content-inner th {
143143
text-align: left;
144144
font-family: var(--sansFontFamily);
145-
text-transform: uppercase;
146145
font-weight: 700;
147146
padding-bottom: 0.5em;
148147
}
@@ -169,6 +168,7 @@
169168
padding-left: 1em;
170169
line-height: 2em;
171170
vertical-align: top;
171+
white-space: nowrap;
172172
}
173173

174174
.content-inner .section-heading {

0 commit comments

Comments
 (0)