summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--skins/standard/global.css2
-rw-r--r--template/en/default/bug/create/create.html.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index f1a4a1f0b..090f19d7d 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -430,7 +430,7 @@ form#Create .comment {
color: green;
margin: 0 0.5em;
padding: 0.3em;
- height: 4ex;
+ height: 8ex;
}
.image_button {
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_ %]>