diff --git a/ui/app/styles/components/dropdown.scss b/ui/app/styles/components/dropdown.scss index 6f37e0bf4..53bab9929 100644 --- a/ui/app/styles/components/dropdown.scss +++ b/ui/app/styles/components/dropdown.scss @@ -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 {