diff options
author | guy.pyrzak%gmail.com <> | 2008-09-19 04:50:34 +0200 |
---|---|---|
committer | guy.pyrzak%gmail.com <> | 2008-09-19 04:50:34 +0200 |
commit | 7fe26d40cf88477bc4e356142f51078e4e754583 (patch) | |
tree | 6c7d9e31e72e3c8a0427d339a73b6fa31764e67a /skins | |
parent | 09a4e528cf0de39813a54d1c2f3c865bda45d615 (diff) | |
download | bugzilla-7fe26d40cf88477bc4e356142f51078e4e754583.tar.gz bugzilla-7fe26d40cf88477bc4e356142f51078e4e754583.tar.xz |
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 { |