Skip to content

Text: add white-space: nowrap property #853

@hoorayimhelping

Description

@hoorayimhelping

Throughout codebases that use click-ui, we see things like NowrapText which do something like:

const NowrapText = styled(Text)`
  white-space: nowrap;
`

This happens so frequently that we should just make it prop on Text

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