Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9e17193

Browse files
committedApr 15, 2019
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.