Skip to content

Commit

Permalink
Fixes #36016: Update .dropdown-item padding
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Mar 14, 2022
1 parent a9a89de commit d04b5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
// Dropdown text
.dropdown-item-text {
display: block;
padding: var(--#{$prefix}dropdown-item-padding);
padding: var(--#{$prefix}dropdown-padding-y) var(--#{$prefix}dropdown-padding-x);
color: var(--#{$prefix}dropdown-link-color);
}

Expand Down

0 comments on commit d04b5aa

Please sign in to comment.