diff options
| author | Bastien Orivel <eijebong@bananium.fr> | 2017-05-12 15:39:54 +0200 |
|---|---|---|
| committer | Bastien Orivel <eijebong@bananium.fr> | 2017-05-12 15:42:54 +0200 |
| commit | 26e7e491b4f78c87c94fb6ad83fbe85ff9c5761b (patch) | |
| tree | 37a0f469b3984dac53707dfdd0696d7989366d99 | |
| parent | e19ccb71c8427135a69d874623af68422aeeb9e9 (diff) | |
| download | rust-26e7e491b4f78c87c94fb6ad83fbe85ff9c5761b.tar.gz rust-26e7e491b4f78c87c94fb6ad83fbe85ff9c5761b.zip | |
rustdoc: Break words in the location box of the sidebar.
This prevents long names from overflowing.
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index ddaa00aa4fb..5bbb7817a25 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -193,6 +193,7 @@ nav.sub { font-size: 17px; margin: 30px 0 20px 0; text-align: center; + word-wrap: break-word; } .location:empty { |
