diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-03-19 00:10:06 +0100 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2015-03-19 00:49:11 +0100 |
commit | 20906b693faf91f88f62828fd9a31289b8047078 (patch) | |
tree | 3dd8cd313b14642235be1e2a27b45edefab721e2 /userContent | |
parent | 43a7c9abaa62f4e1bc53dd819c9cc5d2a55db5b6 (diff) | |
download | jenkins.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.css | 1 |
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 { |