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

[5.x] Fix border radius for data tables #10771

Closed
wants to merge 1 commit into from

Conversation

duncanmcclean
Copy link
Member

This pull request fixes a small UI issue on some data tables where the border radius wouldn't be there.

Fixes #10760.

@jasonvarga
Copy link
Member

This feels too heavy handed and may end up cutting off things somewhere.

I think this was introduced by #10266 (which I edited 😊 )

I think the proper fix would be to adjust the css rules in tables.css a bit so we don't have to override them all over the place. The :first-child stuff isn't really correct - it should factor in whether there's a header row or not.

@jasonvarga jasonvarga closed this Sep 6, 2024
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.

Table border radius missing
3 participants