rebass
rebass copied to clipboard
fix: prevent checkbox icon from shrinking on small width
When the width for the Checkbox component is less than the label width Checkbox will shrink.
In this PR I just fix the problem with flex-shrink:0
before:

after:

@Ridvanovskyy @Flavien-Pensato Could you please tell me why this pull request hasn't been merged yet?