From ca6a6a29101241e18fda09b40bb88186ce0d45c8 Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Fri, 18 Jan 2019 17:23:03 -0800 Subject: [PATCH] Harden dropdown styles to avoid accidental cascading --- ui/app/styles/components/dropdown.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 {