diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-22 11:48:51 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-22 11:48:51 +0000 |
commit | 69f113b50fce063d69892db8ca28f77b85c0df32 (patch) | |
tree | fec5b6f1a98932d91496d6281df8cf9669adbeaa /web | |
parent | 4fbce4ac82ff996b7dcbab67a7ad63f313a4ff6a (diff) |
file input needs width otherwise pushes out on iPhone.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet/_base.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/_base.scss b/web/cobrands/fixmystreet/_base.scss index 724185be9..a7670b434 100644 --- a/web/cobrands/fixmystreet/_base.scss +++ b/web/cobrands/fixmystreet/_base.scss @@ -255,6 +255,10 @@ fieldset { margin: 1em; } +input[type=file] { + width: 100%; +} + input[type=text], input[type=password], input[type=email], |