aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-05-11 19:31:23 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-05-11 19:31:23 +0100
commita964f51284a974faf1e26b8ecc2bfaa730a629a1 (patch)
tree9759b110291d27c43ac5f8d3c8111f39b191dbb4
parent00bc384d63dc29ff56c8e24d4c472a0fa49ec200 (diff)
Don't have fixed width on inputs, introduces horizontal scrollbar.
-rw-r--r--web/cobrands/bromley/bromley.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/bromley/bromley.scss b/web/cobrands/bromley/bromley.scss
index b49299697..91ec75fea 100644
--- a/web/cobrands/bromley/bromley.scss
+++ b/web/cobrands/bromley/bromley.scss
@@ -11,7 +11,7 @@ input[type=password],
input[type=email],
input[type=file],
textarea,
-select { background: #fff; border: 1px solid #768b9a; border-color: #768b9a #d1dee8 #d1dee8 #768b9a; color: #333; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; padding: 8px; width: 300px;
+select { background: #fff; border: 1px solid #768b9a; border-color: #768b9a #d1dee8 #d1dee8 #768b9a; color: #333; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; padding: 8px;
@include border-radius(0); }
.green-btn, button.green-btn, input.green-btn {