]> 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:09:26 +0000 (18:09 -0700)
committerGuy Pyrzak <guy.pyrzak@gmail.com>
Sun, 3 Oct 2010 01:09:26 +0000 (18:09 -0700)
r=LpSolit, a=LpSolit

skins/standard/show_bug.css

index ea8fca1ebe4b1396d2c5402cba50cd21f3f89c57..99c0b405e6790e0d9df959a2426562512fe33dde 100644 (file)
@@ -113,3 +113,6 @@ table#flags {
 .text_input, .bz_userfield, #keyword_container {
     width: 100%;
 }
+.bz_bug .bz_alias_short_desc_container {
+    width: inherit;
+}