From: Guy Pyrzak Date: Sun, 3 Oct 2010 01:10:24 +0000 (-0700) Subject: Bug 601142: useless horizontal scrollbar always visible on show_bug.cgi in Classic... X-Git-Tag: bugzilla-3.6.3~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfabbd69ddda92ab02258c03e9cc0f86d81aa1b6;p=thirdparty%2Fbugzilla.git Bug 601142: useless horizontal scrollbar always visible on show_bug.cgi in Classic skin r=LpSolit, a=LpSolit --- 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; +}