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

[ui] Fix tags on backfill table #26126

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hellendag
Copy link
Member

@hellendag hellendag commented Nov 25, 2024

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 divs.

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.

Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@hellendag hellendag marked this pull request as ready for review November 25, 2024 15:04
@hellendag hellendag force-pushed the dish/fe-694-fix-padding-issues-in-in-progress-and-succeeded-ovals branch from c0af233 to 898456f Compare November 25, 2024 19:32
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