Skip to content

Commit 809330b

Browse files
Prevent documentation page title to grow too big
1 parent 8b7a2dd commit 809330b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/html/static/css/rustdoc.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,7 @@ nav.sub {
552552
flex-grow: 1;
553553
margin: 0px;
554554
padding: 0px;
555+
overflow-wrap: anywhere;
555556
}
556557

557558
.in-band > code, .in-band > .code-header {

0 commit comments

Comments
 (0)