rustdoc: Break words in the location box of the sidebar.

This prevents long names from overflowing.
This commit is contained in:
Bastien Orivel 2017-05-12 15:39:54 +02:00
parent e19ccb71c8
commit 26e7e491b4

View file

@ -193,6 +193,7 @@ nav.sub {
font-size: 17px;
margin: 30px 0 20px 0;
text-align: center;
word-wrap: break-word;
}
.location:empty {