summaryrefslogtreecommitdiffstats
path: root/skins/standard/enter_bug.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/standard/enter_bug.css')
-rw-r--r--skins/standard/enter_bug.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/skins/standard/enter_bug.css b/skins/standard/enter_bug.css
index 2fd79baa4..bb8b05034 100644
--- a/skins/standard/enter_bug.css
+++ b/skins/standard/enter_bug.css
@@ -55,6 +55,11 @@
max-width: 35em;
}
+/* Text inputs need to be a little shorter on enter_bug
+ * than the 100% that they are on show_bug.
+ */
+#Create .field_value .text_input { max-width: 50em; }
+
/* The Possible Duplicates table on enter_bug. */
#possible_duplicates th {
text-align: center;