Rollup merge of #41951 - Eijebong:master, r=GuillaumeGomez
rustdoc: Break words in the location box of the sidebar. This prevents long names from overflowing. Before:  After: 
This commit is contained in:
commit
f28e3cdf54
@ -193,6 +193,7 @@ nav.sub {
|
||||
font-size: 17px;
|
||||
margin: 30px 0 20px 0;
|
||||
text-align: center;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.location:empty {
|
||||
|
Loading…
x
Reference in New Issue
Block a user