diff --git a/sass/components/dropdown.sass b/sass/components/dropdown.sass index 6a0eaeb7..e0df72f9 100644 --- a/sass/components/dropdown.sass +++ b/sass/components/dropdown.sass @@ -56,9 +56,12 @@ $dropdown-divider-background-color: $border !default padding: 0.375rem 1rem position: relative -a.dropdown-item +a.dropdown-item, +button.dropdown-item padding-right: 3rem white-space: nowrap + width: 100% + text-align: left &:hover background-color: $dropdown-item-hover-background-color color: $dropdown-item-hover-color