Skip to content

Commit 682c1ce

Browse files
committed
fix narrow column for value in config
1 parent 790c21e commit 682c1ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/styles/global.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,3 +189,9 @@ h3 {
189189
margin: 0;
190190
font-size: 1.125rem;
191191
}
192+
193+
td code, td pre, td .variable {
194+
white-space: nowrap;
195+
word-break: keep-all;
196+
overflow-x: auto;
197+
}

0 commit comments

Comments
 (0)