You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.slice
magicThe text was updated successfully, but these errors were encountered: