diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-10-18 15:30:03 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-10-18 15:30:03 +0200 |
| commit | 809330bda66120924964955c7e7b05aafc545d3c (patch) | |
| tree | b75d05133eee20ef95202dbf157f5f98813e0bf1 | |
| parent | 8b7a2dd4626acf164e1ce8397878b3f5af83d585 (diff) | |
| download | rust-809330bda66120924964955c7e7b05aafc545d3c.tar.gz rust-809330bda66120924964955c7e7b05aafc545d3c.zip | |
Prevent documentation page title to grow too big
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index e178d8748bb..d66ddee3204 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -552,6 +552,7 @@ nav.sub { flex-grow: 1; margin: 0px; padding: 0px; + overflow-wrap: anywhere; } .in-band > code, .in-band > .code-header { |
