From 22c1448223846c21addc7c1b1896989191163429 Mon Sep 17 00:00:00 2001 From: Guy Pyrzak Date: Sat, 2 Oct 2010 18:07:59 -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 ea8fca1ebe..99c0b405e6 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; +} -- 2.47.2