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

List View: fix the length of cell content to an appropiate width #120

Open
2 tasks
sgobotta opened this issue Jun 10, 2019 · 0 comments
Open
2 tasks

List View: fix the length of cell content to an appropiate width #120

sgobotta opened this issue Jun 10, 2019 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers ux

Comments

@sgobotta
Copy link
Member

We should consider to limit the length of text in the list cells to an appropriate width, at least for the default List component.

  • Apply styles t List.vue so that overflow is hidden and text-overflow uses ellipsis.
  • Some e2e tests for list may fail since they run assertions to the whole content for every element in the list. Verify tests still pass or modify them to read the first n characters.
@sgobotta sgobotta added good first issue Good for newcomers ux labels Jun 10, 2019
@sgobotta sgobotta added this to UX/UI - TODO in Current Tasks Jun 10, 2019
@sgobotta sgobotta added the enhancement New feature or request label Oct 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers ux
Projects
Current Tasks
  
To do - UX/UI
Development

No branches or pull requests

1 participant