https://github.com/twbs/bootstrap/blob/master/scss/_dropdown.scss#L179
It seems to me that a .dropdown-header should use the y-padding of a dropdown-item ($dropdown-item-padding-y), not the dropdown-menu.
The problem I have is that I want to set $dropdown-padding-y: 0; for my menus, so that the items are the only thing controlling y-padding within the dropdown. However, this ends up effecting .dropdown-headers by putting 0-y padding on them as well.
https://github.com/twbs/bootstrap/blob/master/scss/_dropdown.scss#L179
It seems to me that a
.dropdown-headershould use the y-padding of a dropdown-item ($dropdown-item-padding-y), not the dropdown-menu.The problem I have is that I want to set
$dropdown-padding-y: 0;for my menus, so that the items are the only thing controlling y-padding within the dropdown. However, this ends up effecting.dropdown-headersby putting 0-y padding on them as well.