diff options
author | 2008-09-19 02:50:34 +0000 | |
---|---|---|
committer | 2008-09-19 02:50:34 +0000 | |
commit | 7fe26d40cf88477bc4e356142f51078e4e754583 (patch) | |
tree | 6c7d9e31e72e3c8a0427d339a73b6fa31764e67a /skins | |
parent | Bug 455808: "YAHOO is not defined" JS error thrown when editing attachments (diff) | |
download | bugzilla-7fe26d40cf88477bc4e356142f51078e4e754583.tar.gz bugzilla-7fe26d40cf88477bc4e356142f51078e4e754583.tar.bz2 bugzilla-7fe26d40cf88477bc4e356142f51078e4e754583.zip |
Bug 453337: enter_bug (New Bug) UI bounces up and down when you change the component because description changes height
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit, a=LpSolit
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index f1a4a1f0b..090f19d7d 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -430,7 +430,7 @@ form#Create .comment { color: green; margin: 0 0.5em; padding: 0.3em; - height: 4ex; + height: 8ex; } .image_button { |