diff options
author | guy.pyrzak%gmail.com <> | 2008-09-08 22:47:59 +0000 |
---|---|---|
committer | guy.pyrzak%gmail.com <> | 2008-09-08 22:47:59 +0000 |
commit | 777969dab100d5039d0f7e05fc00d77cb9e870f4 (patch) | |
tree | 7d796d33cc021ca613ad4eee6222e83681949b6b /skins | |
parent | b62885e4be6593ec212a20ebc0a4305d79b2b7f9 (diff) | |
download | bugs-777969dab100d5039d0f7e05fc00d77cb9e870f4.tar bugs-777969dab100d5039d0f7e05fc00d77cb9e870f4.tar.gz bugs-777969dab100d5039d0f7e05fc00d77cb9e870f4.tar.bz2 bugs-777969dab100d5039d0f7e05fc00d77cb9e870f4.tar.xz bugs-777969dab100d5039d0f7e05fc00d77cb9e870f4.zip |
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
Diffstat (limited to 'skins')
-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 { |