diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-05-03 13:27:37 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-05-03 13:27:37 +0100 |
commit | 683ff92d1c980aa71635b99e50c351f63725f2a4 (patch) | |
tree | 0ac5c51565fd0da25122b310ad2a0e929e64156e | |
parent | 9ff1f11f7c899ce121e49a970c84c043fb1d2526 (diff) |
Fix over-wide select when inside a fieldset, by telling it to have a width and a max-width.
-rw-r--r-- | web/cobrands/fixmystreet/_base.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/_base.scss b/web/cobrands/fixmystreet/_base.scss index e59929da9..3969bfde4 100644 --- a/web/cobrands/fixmystreet/_base.scss +++ b/web/cobrands/fixmystreet/_base.scss @@ -149,6 +149,7 @@ img { select, input, textarea { font-size: 99%; + width: 100%; max-width: 95%; } |