-
Notifications
You must be signed in to change notification settings - Fork 22
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
The Entity Actions column (with buttons) should always be the least possible width #2838
Labels
Client: by X
Client: GP
released on @master
managed by CI (semantic-release)
released
managed by CI (semantic-release)
Type: UX
concerning user interface and in a broader sense user experience
Comments
1 task
Hi @george-neha, could you test the above requirement fixes on this environment(https://pr-2869.aam-digital.net/)? |
Functionality works as expected 💯 |
🎉 This issue has been resolved in version 3.46.3-master.6 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 3.47.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Client: by X
Client: GP
released on @master
managed by CI (semantic-release)
released
managed by CI (semantic-release)
Type: UX
concerning user interface and in a broader sense user experience
If a table has only few columns, their width is distributed in a way that leaves a lot of empty space on the left side of the table, where the user's focus is first. The column with the action buttons should not expand and always have a maximum width that is not more than the elements actually need. (i.e. in the screenshot above, the "participants" column should start much further on the left, directly after the edit icon button)
for testing in default demo system:
Implementation Approach
affected component:
EntitiesTableComponent
The text was updated successfully, but these errors were encountered: