We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 287b950 + 9f1048d commit 5d4cda6Copy full SHA for 5d4cda6
src/librustdoc/html/static/rustdoc.css
@@ -390,17 +390,13 @@ nav.sub {
390
cursor: pointer;
391
}
392
393
+.docblock-short {
394
+ overflow-wrap: anywhere;
395
+}
396
.docblock-short p {
397
display: inline;
398
399
-.docblock-short.nowrap {
- display: block;
- overflow: hidden;
400
- white-space: nowrap;
401
- text-overflow: ellipsis;
402
-}
403
-
404
405
overflow: hidden;
406
text-overflow: ellipsis;
0 commit comments