about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2021-10-18 15:30:03 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2021-10-18 15:30:03 +0200
commit809330bda66120924964955c7e7b05aafc545d3c (patch)
treeb75d05133eee20ef95202dbf157f5f98813e0bf1
parent8b7a2dd4626acf164e1ce8397878b3f5af83d585 (diff)
downloadrust-809330bda66120924964955c7e7b05aafc545d3c.tar.gz
rust-809330bda66120924964955c7e7b05aafc545d3c.zip
Prevent documentation page title to grow too big
-rw-r--r--src/librustdoc/html/static/css/rustdoc.css1
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 {