Skip to content

Commit

Permalink
rustdoc: Break words in the location box of the sidebar.
Browse files Browse the repository at this point in the history
This prevents long names from overflowing.
  • Loading branch information
Eijebong committed May 12, 2017
1 parent e19ccb7 commit 26e7e49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustdoc/html/static/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ nav.sub {
font-size: 17px;
margin: 30px 0 20px 0;
text-align: center;
word-wrap: break-word;
}

.location:empty {
Expand Down

0 comments on commit 26e7e49

Please sign in to comment.