Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ui] Fix tags on backfill table (#26126)
## Summary & Motivation Fix stretched tags on Backfill table. The row cells are flex column containers with no `alignItems` value set, so the children stretch, causing `Tag` elements to occupy the entire cell width. It's not really safe to change `RowCell` to have `align-items: flex-start` since that would have broader/riskier impact on other table views, so the simple thing to do here is just wrap the `Tag` elements in `div`s. ## How I Tested These Changes View a backfill table with tags, verify that they no longer stretch. ## Changelog [ui] Fix stretched tags in backfill table view for non-partitioned assets.
- Loading branch information
43183c3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deploy preview for dagit-core-storybook ready!
✅ Preview
https://dagit-core-storybook-hhjm1mzpp-elementl.vercel.app
Built with commit 43183c3.
This pull request is being automatically deployed with vercel-action