mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 00:24:03 +02:00
Fixes #36016: Update .dropdown-item padding
This commit is contained in:
@@ -225,7 +225,7 @@
|
|||||||
// Dropdown text
|
// Dropdown text
|
||||||
.dropdown-item-text {
|
.dropdown-item-text {
|
||||||
display: block;
|
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);
|
color: var(--#{$prefix}dropdown-link-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user