Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dataset name runs too long and breaks the UI Flow #2

Open
3210jr opened this issue May 18, 2022 · 0 comments
Open

Dataset name runs too long and breaks the UI Flow #2

3210jr opened this issue May 18, 2022 · 0 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@3210jr
Copy link
Contributor

3210jr commented May 18, 2022

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
Screenshot from 2022-05-18 03-11-03
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

@3210jr 3210jr added the good first issue Good for newcomers label May 18, 2022
@3210jr 3210jr self-assigned this May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant