Bug 601142: useless horizontal scrollbar always visible on show_bug.cgi in Classic skin

r=LpSolit, a=LpSolit


git-svn-id: svn://10.0.0.236/branches/BUGZILLA-4_0-BRANCH@261328 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org 2010-10-03 01:19:55 +00:00
parent 49ffdc7994
commit b654d4bdc9
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
7427
7428

View File

@ -113,3 +113,6 @@ table#flags {
.text_input, .bz_userfield, #keyword_container {
width: 100%;
}
.bz_bug .bz_alias_short_desc_container {
width: inherit;
}