From 3ba66e33f8f2018350e96a807475960955f1e9c3 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt <hey@jancborchardt.net> Date: Fri, 29 Aug 2014 16:31:43 +0200 Subject: [PATCH] set quota bar maximum to 100% to prevent overflow --- core/css/styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/css/styles.css b/core/css/styles.css index 7e41e90412..a632eb4658 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -736,7 +736,9 @@ code { font-family:"Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono font-weight: normal; white-space: nowrap; border-bottom-left-radius: 3px; - border-top-left-radius: 3px; } + border-top-left-radius: 3px; + max-width: 100%; +} #quotatext {padding:.6em 1em;} .pager { list-style:none; float:right; display:inline; margin:.7em 13em 0 0; } -- GitLab