diff options
author | Guy Pyrzak <guy.pyrzak@gmail.com> | 2010-10-02 18:07:59 -0700 |
---|---|---|
committer | Guy Pyrzak <guy.pyrzak@gmail.com> | 2010-10-02 18:07:59 -0700 |
commit | 22c1448223846c21addc7c1b1896989191163429 (patch) | |
tree | 0e846c6c752c3536e4e00f915828d38a6e4e7338 | |
parent | c465a2a38e87e3e638c48abe29470a5ec706b572 (diff) | |
download | bugs-22c1448223846c21addc7c1b1896989191163429.tar bugs-22c1448223846c21addc7c1b1896989191163429.tar.gz bugs-22c1448223846c21addc7c1b1896989191163429.tar.bz2 bugs-22c1448223846c21addc7c1b1896989191163429.tar.xz bugs-22c1448223846c21addc7c1b1896989191163429.zip |
Bug 601142: useless horizontal scrollbar always visible on show_bug.cgi in Classic skin
r=LpSolit, a=LpSolit
-rw-r--r-- | skins/standard/show_bug.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css index ea8fca1eb..99c0b405e 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; +} |