summaryrefslogtreecommitdiffstats
path: root/userContent
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-03-19 00:10:06 +0100
committerMattia Rizzolo <mattia@mapreri.org>2015-03-19 00:49:11 +0100
commit20906b693faf91f88f62828fd9a31289b8047078 (patch)
tree3dd8cd313b14642235be1e2a27b45edefab721e2 /userContent
parent43a7c9abaa62f4e1bc53dd819c9cc5d2a55db5b6 (diff)
downloadjenkins.debian.net-20906b693faf91f88f62828fd9a31289b8047078.tar.xz
reproducible: html_packages: add some <span class="avoidwrap"> to help the browser decide where to wrap the line, avoiding uglinesses like this word
Diffstat (limited to 'userContent')
-rw-r--r--userContent/static/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/userContent/static/style.css b/userContent/static/style.css
index fb9b8192..d3803e28 100644
--- a/userContent/static/style.css
+++ b/userContent/static/style.css
@@ -304,6 +304,7 @@ span.red { color: red; }
span.purple { color: purple; }
span.green { color: green; }
span.dangerous { color: orange; }
+span.avoidwrap { display: inline-block; }
@media all and (max-width: 641px) {
body {