Elsa-Health / Elsa-Health/ohap
Dataset name runs too long and breaks the UI Flow
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
When searching and viewing the datasets list, the full dataset name is presented and can run multiple lines and therefore breaking the UI flow.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '/datasets'
2. After models load, you will see dataset name can be as long as possible
**Expected behavior**
The name should be truncated and not allowed to enter the second line
**Screens

hots**
**Desktop (please complete the following information) & Mobile:**
- OS: All
- Browser - All browsers
**Additional context**
Could probably be fixed with a bit of css `text-overflow: ellipsis;` or javascript `.slice` magic
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.