From 641fe2292a5d2507cddae5db5dc1b94e1f030971 Mon Sep 17 00:00:00 2001 From: "Acho Arnold (:bePolite)" Date: Thu, 5 Jun 2014 14:42:05 +0800 Subject: Bug 524915: Quoted comments can overflow the comment box r=glob,a=justdave --- skins/standard/global.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index b1c8687e9..848cafe04 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -323,6 +323,9 @@ div#docslinks { color: #65379c; /* Make quoted text not wrap. */ white-space: pre; + overflow: auto; + display: block; + margin-bottom: -1em; } .bz_comment_user, .bz_comment_time, .bz_comment_number, -- cgit v1.2.3-24-g4f1b