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

🐛 MTA-1997 fix for column layout changing widths upon creation/de… #1853

Conversation

ibolton336
Copy link
Member

…letion (#1807)

Resolves https://issues.redhat.com/browse/MTA-1997 Match space allocation between column headers and rows to prevent layout shift when the first / last item is added / removed from the table. Before:

Screen.Recording.2024-03-29.at.3.43.19.PM.mov

After:

Screen.Recording.2024-03-29.at.3.42.13.PM.mov
  • Also addresses mishandling of TBody resulting in several Tbody elements rendered for each row in the table.

…on (konveyor#1807)

Resolves https://issues.redhat.com/browse/MTA-1997
Match space allocation between column headers and rows to prevent layout
shift when the first / last item is added / removed from the table.
Before:

https://github.com/konveyor/tackle2-ui/assets/11218376/e5564ea6-e78c-4fc0-92f2-dea496d6b88f

After:

https://github.com/konveyor/tackle2-ui/assets/11218376/7d12ddbd-c46a-4b06-970d-876fe2f90421

- Also addresses mishandling of TBody resulting in several Tbody
elements rendered for each row in the table.

Signed-off-by: Ian Bolton <ibolton@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant