From 777969dab100d5039d0f7e05fc00d77cb9e870f4 Mon Sep 17 00:00:00 2001 From: "guy.pyrzak%gmail.com" <> Date: Mon, 8 Sep 2008 22:47:59 +0000 Subject: 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 r=mkanat, a=mkanat --- skins/standard/global.css | 1 + 1 file changed, 1 insertion(+) (limited to 'skins') 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 { -- cgit v1.2.3-24-g4f1b