codeformilwaukee / DECARCERATION-PLATFORM

https://wisdp.com
GNU General Public License v3.0
18 stars 17 forks source link

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

Open paul-rinaldi opened 3 years ago

paul-rinaldi commented 3 years ago

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.