Skip to content

Commit e088a3b

Browse files
committed
Highlight nowrap
1 parent 3b71c5b commit e088a3b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

static/styles/design.css

+5
Original file line numberDiff line numberDiff line change
@@ -871,4 +871,9 @@ body > .error {
871871
.tag:hover,
872872
.tag:active {
873873
text-decoration: underline;
874+
}
875+
876+
code {
877+
overflow: auto;
878+
white-space: nowrap;
874879
}

0 commit comments

Comments
 (0)