]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 601142: useless horizontal scrollbar always visible on show_bug.cgi in Classic...
authorGuy Pyrzak <guy.pyrzak@gmail.com>
Sun, 3 Oct 2010 01:10:24 +0000 (18:10 -0700)
committerGuy Pyrzak <guy.pyrzak@gmail.com>
Sun, 3 Oct 2010 01:10:24 +0000 (18:10 -0700)
r=LpSolit, a=LpSolit

skins/standard/show_bug.css

index 3e330a169a4c0ebca37409ea676bc3fbc327e093..cca2d13d480549004cb4503c7488fde2999db676 100644 (file)
@@ -111,3 +111,6 @@ table#flags {
 .knob-buttons {
     float: right;
 }
+.bz_bug .bz_alias_short_desc_container {
+    width: inherit;
+}