Harden dropdown styles to avoid accidental cascading

This commit is contained in:
Michael Lange
2019-01-18 17:23:03 -08:00
committed by Preetha Appan
parent 083d7aed5c
commit ca6a6a2910

View File

@@ -94,6 +94,18 @@
}
}
.dropdown-options,
.ember-power-select-options {
margin: 0;
padding: 0;
}
// Bulma override
.menu-list li ul.ember-power-select-options {
margin: 0;
padding: 0;
}
.dropdown-options {
border: 1px solid $grey-light;
margin-top: -1px;
@@ -105,6 +117,9 @@
}
.dropdown-option {
margin: 0;
padding: 0;
white-space: nowrap;
line-height: 1.75;
label {