rustdoc: Break words in the location box of the sidebar.
This prevents long names from overflowing.
This commit is contained in:
parent
e19ccb71c8
commit
26e7e491b4
1 changed files with 1 additions and 0 deletions
|
@ -193,6 +193,7 @@ nav.sub {
|
|||
font-size: 17px;
|
||||
margin: 30px 0 20px 0;
|
||||
text-align: center;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.location:empty {
|
||||
|
|
Loading…
Add table
Reference in a new issue