From 3ba66e33f8f2018350e96a807475960955f1e9c3 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 29 Aug 2014 16:31:43 +0200 Subject: set quota bar maximum to 100% to prevent overflow --- core/css/styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/css/styles.css') diff --git a/core/css/styles.css b/core/css/styles.css index 7e41e904127..a632eb46585 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; } -- cgit v1.2.3