aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-12-16 11:02:34 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-12-16 11:02:34 +0000
commit876fe2609a09b35ba7bbeae3c3f0e4cb05606fa0 (patch)
tree8f8d6ae82189817cec9d96015500e3b3a6e037d7 /web
parentbaa0fe5f1449e5f87179c2ae683a8288a74bcec8 (diff)
Don't fix height of admin multiple selects.
The styling applied to the nice front end multi-select dropdowns should not be applied to the admin multi-select ones, until such time as they are using the nice select interface too.
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/sass/_base.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss
index f3753905b..7fb0c797f 100644
--- a/web/cobrands/sass/_base.scss
+++ b/web/cobrands/sass/_base.scss
@@ -289,7 +289,7 @@ select.form-control {
&[multiple] {
height: auto;
}
- .js &[multiple] {
+ .js &.js-multiple[multiple] {
height: 2.2em;
}
}