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
🐛 MTA-1997 fix for column layout changing widths upon creation/de… (#1853)
…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:
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.
<!--
## PR Title Prefix
Every **PR Title** should be prefixed with :text: to indicate its type.
- Breaking change: ⚠️ (`⚠️`)
- Non-breaking feature: ✨ (`✨`)
- Patch fix: 🐛 (`🐛`)
- Docs: 📖 (`📖`)
- Infra/Tests/Other: 🌱 (`🌱`)
- No release note: 👻 (`👻`)
For example, a pull request containing breaking changes might look like
`⚠️ My pull request contains breaking changes`.
Since GitHub supports emoji aliases (ie. `👻`), there is no need to
include
the emoji directly in the PR title -- **please use the alias**. It used
to be
the case that projects using emojis for PR typing had to include the
emoji
directly because GitHub didn't render the alias. Given that `⚠️`
is
easy enough to read as text, easy to parse in release tooling, and
rendered in
GitHub well, we prefer to standardize on the alias.
For more information, please see the Konveyor
[Versioning
Doc](https://github.com/konveyor/release-tools/blob/main/VERSIONING.md).
-->
Signed-off-by: Ian Bolton <[email protected]>
0 commit comments