From ec398700fa3c94d93d09b0ed3cb45c398e0ae130 Mon Sep 17 00:00:00 2001 From: emyarod Date: Thu, 14 Mar 2019 13:32:17 -0500 Subject: [PATCH] fix(dropdown): reset inline dropdown item margin (#2090) --- src/components/dropdown/_dropdown.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/dropdown/_dropdown.scss b/src/components/dropdown/_dropdown.scss index 79c1bca778e4..6c1e238d23f0 100644 --- a/src/components/dropdown/_dropdown.scss +++ b/src/components/dropdown/_dropdown.scss @@ -527,6 +527,11 @@ font-weight: normal; margin-right: $spacing-sm; margin-left: rem(10px); + + &:focus { + margin: 0; + padding-left: rem(10px); + } } // Skeleton State