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:
- Go to '/datasets'
- 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
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:
Expected behavior
The name should be truncated and not allowed to enter the second line
Screens

hots
Desktop (please complete the following information) & Mobile:
Additional context
Could probably be fixed with a bit of css
text-overflow: ellipsis;or javascript.slicemagic