mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fixes #36016: Update .dropdown-item padding
This commit is contained in:
parent
33827d24a4
commit
91f6a01c69
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@
|
|||
// Dropdown text
|
||||
.dropdown-item-text {
|
||||
display: block;
|
||||
padding: var(--#{$prefix}dropdown-item-padding);
|
||||
padding: var(--#{$prefix}dropdown-item-padding-y) var(--#{$prefix}dropdown-item-padding-x);
|
||||
color: var(--#{$prefix}dropdown-link-color);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue