summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css
index 226a82a5..d5c82b73 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -850,3 +850,8 @@ body { font-family: sans-serif; }
transition: transform 0.2s;
}
+
+.wide-as-needed {
+ overflow: scroll;
+ white-space: nowrap;
+}