aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-05-14 14:38:25 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-05-14 14:38:25 +0100
commit65c9942888571fcd81e915748a4426f69c97dea1 (patch)
treeee802615a40fd099444cad50e286c6e9eb85aec4
parentfc86c7db8be1c0649657cde95014fd066a8d2209 (diff)
Put 100% width only on select to prevent couple of display issues.
-rw-r--r--web/cobrands/fixmystreet/_base.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/web/cobrands/fixmystreet/_base.scss b/web/cobrands/fixmystreet/_base.scss
index 3969bfde4..a61fa4e0b 100644
--- a/web/cobrands/fixmystreet/_base.scss
+++ b/web/cobrands/fixmystreet/_base.scss
@@ -149,10 +149,12 @@ img {
select, input, textarea {
font-size: 99%;
- width: 100%;
max-width: 95%;
}
-
+// To deal with bug from drop-down being wider than holder
+select {
+ width: 100%;
+}
// links
a,