Skip to content

Use ... for text that overflows the bounds #112

@paul-rinaldi

Description

@paul-rinaldi

Is your feature request related to a problem? Please describe.
On the Reentry Services page, I would like to see ... instead of a name of a service provider that wraps multiple lines

Describe the solution you'd like
use something like
{serviceprovider.label.length > 150 ? serviceprovider.label.slice(0, 150) + ... : serviceprovider.label}

Describe alternatives you've considered
Increasing the length or doing the above and adding a popup when you highlight your mouse over it to see the full name.

Additional context
Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions