From dfabbd69ddda92ab02258c03e9cc0f86d81aa1b6 Mon Sep 17 00:00:00 2001 From: Guy Pyrzak Date: Sat, 2 Oct 2010 18:10:24 -0700 Subject: [PATCH] Bug 601142: useless horizontal scrollbar always visible on show_bug.cgi in Classic skin r=LpSolit, a=LpSolit --- skins/standard/show_bug.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css index 3e330a169a..cca2d13d48 100644 --- a/skins/standard/show_bug.css +++ b/skins/standard/show_bug.css @@ -111,3 +111,6 @@ table#flags { .knob-buttons { float: right; } +.bz_bug .bz_alias_short_desc_container { + width: inherit; +} -- 2.47.2