Open
Description
While using a card component, inputting any single number over 9 as a property for padding breaks the functionality.
This works fine - padding is as expected:
<Card padding={9}>
Some content
</Card>
This breaks - padding is no longer applied at all:
<Card padding={10}>
Some content
</Card>
Metadata
Metadata
Assignees
Labels
No labels