diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-05-14 14:38:25 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-05-14 14:38:25 +0100 |
commit | 65c9942888571fcd81e915748a4426f69c97dea1 (patch) | |
tree | ee802615a40fd099444cad50e286c6e9eb85aec4 | |
parent | fc86c7db8be1c0649657cde95014fd066a8d2209 (diff) |
Put 100% width only on select to prevent couple of display issues.
-rw-r--r-- | web/cobrands/fixmystreet/_base.scss | 6 |
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, |