summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavanum Srinivas <dims@linux.vnet.ibm.com>2014-03-07 15:58:32 -0500
committerDavanum Srinivas <dims@linux.vnet.ibm.com>2014-03-17 10:43:21 -0400
commit40d720e732a7e4eeb0a33ebca2bb7ac5e6c6f78b (patch)
treec3dfbae7ffb17e7920283be947a72cad54d7d87b
parentba83cf44b514f65b85b199697f8668fe47ff1083 (diff)
downloadoslosphinx-40d720e732a7e4eeb0a33ebca2bb7ac5e6c6f78b.tar.gz
Prevent left sidebar text overflow
Add break-word to stop the overflow from the sidebar to the main content. Change-Id: I5b2c60e439462f46eb0b24e5133593d293085c87 Closes-Bug: #1289548
-rw-r--r--oslosphinx/theme/openstack/static/basic.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/oslosphinx/theme/openstack/static/basic.css b/oslosphinx/theme/openstack/static/basic.css
index d909ce3..cc289c8 100644
--- a/oslosphinx/theme/openstack/static/basic.css
+++ b/oslosphinx/theme/openstack/static/basic.css
@@ -73,6 +73,10 @@ div.sphinxsidebar input {
font-size: 1em;
}
+div.sphinxsidebar span.pre {
+ word-wrap: break-word;
+}
+
img {
border: 0;
}