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; +}