diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2019-09-23 13:21:52 +0100 |
---|---|---|
committer | Zarino Zappia <mail@zarino.co.uk> | 2019-09-23 13:21:52 +0100 |
commit | 2c7b4a10863f86c6b22bb26b3d2230b1f558c17c (patch) | |
tree | 7e7b14d01e548485178e5be5aa7813c6e4848280 /web/cobrands/sass/_base.scss | |
parent | 48c090b8fd4b0570c9a416cc73d0109815e9d742 (diff) |
Support for select boxes in .form-txt-submit-box
Diffstat (limited to 'web/cobrands/sass/_base.scss')
-rw-r--r-- | web/cobrands/sass/_base.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index 4cdb483ae..063136eb8 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -495,7 +495,8 @@ small#or:after { input[type=tel], input[type=number], input[type=text], - input[type=email] { + input[type=email], + select { width: auto; max-width: none; @include flex(72 0 auto); |