Skip to content

Card padding properties over 9 fail #339

Open
@edwardoverthere

Description

@edwardoverthere

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions