From 955cdc2eff1b19bee8aae7845992f3da021b942f Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Sun, 3 Oct 2010 01:19:55 +0000 Subject: [PATCH] Bug 601142: useless horizontal scrollbar always visible on show_bug.cgi in Classic skin r=LpSolit, a=LpSolit git-svn-id: svn://10.0.0.236/trunk@261328 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- mozilla/webtools/bugzilla/skins/standard/show_bug.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 7e2854fc5bf..81f05beb033 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -7511 \ No newline at end of file +7512 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/skins/standard/show_bug.css b/mozilla/webtools/bugzilla/skins/standard/show_bug.css index ea8fca1ebe4..99c0b405e67 100644 --- a/mozilla/webtools/bugzilla/skins/standard/show_bug.css +++ b/mozilla/webtools/bugzilla/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; +}