Button: display
+ contain
values lead to extra space in containing element
#746
Labels
display
+ contain
values lead to extra space in containing element
#746
Expected behavior
Actual behavior
The button itself does touch all four of its walls:
But a containing div placed around it can be observed to have extra space below:
This appears to be due to some combination of the
contain: layout
anddisplay: inline-flex
used for buttons.This is observable in Storybook as well.
The text was updated successfully, but these errors were encountered: