diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-09-24 15:07:41 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-09-24 15:07:41 +0100 |
commit | d2e55ad8f50ad2826f98910fbec43f4b0830840a (patch) | |
tree | ec1b6d1b59b72b2d105ad80f5f953bc31bbd7d5b /web | |
parent | aef0c3b4f1fe89feff0caacec5f113444c66e4c5 (diff) | |
parent | 2c7b4a10863f86c6b22bb26b3d2230b1f558c17c (diff) |
Merge branch 'admin-search-boxes-flex-bug'
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/sass/_admin.scss | 7 | ||||
-rw-r--r-- | web/cobrands/sass/_base.scss | 3 |
2 files changed, 4 insertions, 6 deletions
diff --git a/web/cobrands/sass/_admin.scss b/web/cobrands/sass/_admin.scss index 745c74fd7..d36c8ced0 100644 --- a/web/cobrands/sass/_admin.scss +++ b/web/cobrands/sass/_admin.scss @@ -167,12 +167,9 @@ $button_bg_col: #a1a1a1; // also search bar (tables) .admin-index-search { width: 27em; - form { - clear: #{$left}; - } + select { - max-width: 65%; - float: #{$left}; + width: 15em; } } 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); |