diff options
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 5 |
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; +} |
