Skip to content

Commit 9f1048d

Browse files
Add word-wrap rule for short descriptions
1 parent ce45b4f commit 9f1048d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/librustdoc/html/static/rustdoc.css

+3
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,9 @@ nav.sub {
390390
cursor: pointer;
391391
}
392392

393+
.docblock-short {
394+
overflow-wrap: anywhere;
395+
}
393396
.docblock-short p {
394397
display: inline;
395398
}

0 commit comments

Comments
 (0)