diff options
author | Guy Pyrzak <guy.pyrzak@gmail.com> | 2010-10-03 03:07:59 +0200 |
---|---|---|
committer | Guy Pyrzak <guy.pyrzak@gmail.com> | 2010-10-03 03:07:59 +0200 |
commit | 22c1448223846c21addc7c1b1896989191163429 (patch) | |
tree | 0e846c6c752c3536e4e00f915828d38a6e4e7338 /skins/standard | |
parent | c465a2a38e87e3e638c48abe29470a5ec706b572 (diff) | |
download | bugzilla-22c1448223846c21addc7c1b1896989191163429.tar.gz bugzilla-22c1448223846c21addc7c1b1896989191163429.tar.xz |
Bug 601142: useless horizontal scrollbar always visible on show_bug.cgi in Classic skin
r=LpSolit, a=LpSolit
Diffstat (limited to 'skins/standard')
-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; +} |