Skip to content

Commit 83c1f8d

Browse files
committed
don't apply white-space to pre with nowrap class
1 parent 8904915 commit 83c1f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/doc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ h1.page + aside.toc.embedded {
923923
margin: 0 -0.25em;
924924
}
925925

926-
.doc .nowrap {
926+
.doc :not(pre).nowrap {
927927
white-space: nowrap;
928928
}
929929

0 commit comments

Comments
 (0)