]> 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:53:19 +0000 (02:53 +0000)
committerguy.pyrzak%gmail.com <>
Fri, 19 Sep 2008 02:53:19 +0000 (02:53 +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 8b24069dadd553f44147a9f262b95ac963dd57db..138a06cc2b301067173067b45214a294265ff7fb 100644 (file)
@@ -425,5 +425,5 @@ form#Create .comment {
     color: green;
     margin: 0 0.5em;
     padding: 0.3em;
-    height: 4ex;
+    height: 8ex;
 }
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_ %]>