diff options
author | guy.pyrzak%gmail.com <> | 2008-09-09 00:47:59 +0200 |
---|---|---|
committer | guy.pyrzak%gmail.com <> | 2008-09-09 00:47:59 +0200 |
commit | 777969dab100d5039d0f7e05fc00d77cb9e870f4 (patch) | |
tree | 7d796d33cc021ca613ad4eee6222e83681949b6b | |
parent | b62885e4be6593ec212a20ebc0a4305d79b2b7f9 (diff) | |
download | bugzilla-777969dab100d5039d0f7e05fc00d77cb9e870f4.tar.gz bugzilla-777969dab100d5039d0f7e05fc00d77cb9e870f4.tar.xz |
Bug 453337: Fix for 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=mkanat, a=mkanat
-rw-r--r-- | skins/standard/global.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 21512c421..938575eb5 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -425,6 +425,7 @@ form#Create .comment { color: green; margin: 0 0.5em; padding: 0.3em; + height: 4ex; } #keyword-chooser { |