codeformilwaukee / codeformilwaukee/DECARCERATION-PLATFORM
Use ... for text that overflows the bounds
- Dominant language
- JavaScript
- Stars
- 19
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
**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.
Contributor guide
Assessment
This issue has not been assessed yet.