Commit 7fe26d40 authored by guy.pyrzak%gmail.com's avatar guy.pyrzak%gmail.com

Bug 453337: enter_bug (New Bug) UI bounces up and down when you change the…

Bug 453337: 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=LpSolit, a=LpSolit
parent 09a4e528
...@@ -430,7 +430,7 @@ form#Create .comment { ...@@ -430,7 +430,7 @@ form#Create .comment {
color: green; color: green;
margin: 0 0.5em; margin: 0 0.5em;
padding: 0.3em; padding: 0.3em;
height: 4ex; height: 8ex;
} }
.image_button { .image_button {
......
...@@ -197,7 +197,7 @@ function handleWantsAttachment(wants_attachment) { ...@@ -197,7 +197,7 @@ function handleWantsAttachment(wants_attachment) {
Component</a>: Component</a>:
</th> </th>
<td> <td>
<select name="component" onchange="set_assign_to();" size="5"> <select name="component" onchange="set_assign_to();" size="7">
[%- FOREACH c = product.components %] [%- FOREACH c = product.components %]
<option value="[% c.name FILTER html %]" <option value="[% c.name FILTER html %]"
[% " selected=\"selected\"" IF c.name == default.component_ %]> [% " selected=\"selected\"" IF c.name == default.component_ %]>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment