diff options
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 { |