Skip to content

Commit 9e17193

Browse files
committed
change word wrapping mode
1 parent 4053654 commit 9e17193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/rustdoc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ nav.sub {
346346
margin: 0;
347347
}
348348
.docblock-short code {
349-
white-space: nowrap;
349+
white-space: pre-wrap;
350350
}
351351

352352
.docblock h1, .docblock h2, .docblock h3, .docblock h4, .docblock h5 {

0 commit comments

Comments
 (0)