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
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.
The text was updated successfully, but these errors were encountered:
We should consider to limit the length of text in the list cells to an appropriate width, at least for the default List component.
The text was updated successfully, but these errors were encountered: