.btn-group-sm
does not work with dropdown in Bootstrap 5.3.3
#40836
Labels
.btn-group-sm
does not work with dropdown in Bootstrap 5.3.3
#40836
Prerequisites
Describe the issue
In Bootstrap 5.3.3, when using the
btn-group-sm
class with a button group that includes a dropdown, the small size class does not apply to the buttons and dropdown correctly. As a result, the dropdown button does not scale down properly, while the rest of the buttons do. This issue can be observed with standard markup for button groups and dropdowns.Please see the screenshots:
Reduced test cases
https://getbootstrap.com/docs/5.3/components/button-group/
https://stackblitz.com/edit/8fqjnj?file=index.html
What operating system(s) are you seeing the problem on?
macOS
What browser(s) are you seeing the problem on?
Chrome, Safari
What version of Bootstrap are you using?
5.3.3
The text was updated successfully, but these errors were encountered: