Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
paul-rinaldi opened this issue Dec 26, 2020 · 0 comments
Open

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

paul-rinaldi opened this issue Dec 26, 2020 · 0 comments
Labels
good first issue Good for newcomers
Milestone

Comments

@paul-rinaldi
Copy link
Collaborator

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.

@paul-rinaldi paul-rinaldi added the good first issue Good for newcomers label Dec 26, 2020
@paul-rinaldi paul-rinaldi added this to the Priority 2 milestone Dec 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Decarceration Platform
  
Awaiting triage
Development

No branches or pull requests

1 participant