diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-05-03 13:27:37 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-05-11 17:14:33 +0100 |
commit | 00bc384d63dc29ff56c8e24d4c472a0fa49ec200 (patch) | |
tree | d8131cdfbb1eeb9c03e3131f7f7ed2d740ccd059 | |
parent | cc0673a75f76a4b344a7cbd80ca4cd3cd8cfd746 (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 bc8616954..5acaeeded 100644 --- a/web/cobrands/fixmystreet/_base.scss +++ b/web/cobrands/fixmystreet/_base.scss @@ -152,6 +152,7 @@ img { select, input, textarea { font-size: 99%; max-width: 100%; + width: 100%; } // links |