Skip to content

fix(ui): vertically align table headers to the middle #12699

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

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

Conversation

swheeler7
Copy link
Contributor

This fixes a small ui bug where the items in the table header were not vertically aligned when they don't contain the SortColumn component. The SortColumn component handles vertical alignment with a nested flexbox. The PR adds vertical-align: middle directly to the th element so that the text in the header is vertically aligned even when there isn't a nested flexbox

Before:
Screenshot 2025-06-05 at 10 24 19 AM

After:
Screenshot 2025-06-05 at 10 30 39 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant