From 22c1448223846c21addc7c1b1896989191163429 Mon Sep 17 00:00:00 2001 From: Guy Pyrzak Date: Sat, 2 Oct 2010 18:07:59 -0700 Subject: 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(+) (limited to 'skins') diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css index ea8fca1eb..99c0b405e 100644 --- a/skins/standard/show_bug.css +++ b/skins/standard/show_bug.css @@ -113,3 +113,6 @@ table#flags { .text_input, .bz_userfield, #keyword_container { width: 100%; } +.bz_bug .bz_alias_short_desc_container { + width: inherit; +} -- cgit v1.2.3-24-g4f1b