]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 453337: enter_bug (New Bug) UI bounces up and down when you change the component...
authorguy.pyrzak%gmail.com <>
Fri, 19 Sep 2008 02:50:34 +0000 (02:50 +0000)
committerguy.pyrzak%gmail.com <>
Fri, 19 Sep 2008 02:50:34 +0000 (02:50 +0000)
 Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit, a=LpSolit

skins/standard/global.css
template/en/default/bug/create/create.html.tmpl

index f1a4a1f0b0767fe724546f2bcbe31733b559b78c..090f19d7d26cd577233bd64aa5d76640c6a60aa7 100644 (file)
@@ -430,7 +430,7 @@ form#Create .comment {
     color: green;
     margin: 0 0.5em;
     padding: 0.3em;
-    height: 4ex;
+    height: 8ex;
 }
 
 .image_button {
index ac426403e8c35884aae3e29c30a7f9896a5b23e0..aaf2de5a6b7738b56e9c46aebabe35265807426a 100644 (file)
@@ -197,7 +197,7 @@ function handleWantsAttachment(wants_attachment) {
       Component</a>:
     </th>
     <td>
-      <select name="component" onchange="set_assign_to();" size="5">
+      <select name="component" onchange="set_assign_to();" size="7">
         [%- FOREACH c = product.components %]
           <option value="[% c.name FILTER html %]"
             [% " selected=\"selected\"" IF c.name == default.component_ %]>