diff options
author | guy.pyrzak%gmail.com <> | 2008-09-19 04:50:34 +0200 |
---|---|---|
committer | guy.pyrzak%gmail.com <> | 2008-09-19 04:50:34 +0200 |
commit | 7fe26d40cf88477bc4e356142f51078e4e754583 (patch) | |
tree | 6c7d9e31e72e3c8a0427d339a73b6fa31764e67a /template | |
parent | 09a4e528cf0de39813a54d1c2f3c865bda45d615 (diff) | |
download | bugzilla-7fe26d40cf88477bc4e356142f51078e4e754583.tar.gz bugzilla-7fe26d40cf88477bc4e356142f51078e4e754583.tar.xz |
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
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index ac426403e..aaf2de5a6 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -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_ %]> |