-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Update table header gap #57671
Update table header gap #57671
Conversation
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.
M only question is whether targetting that specific class is good practice or not. Perhaps @ntsekouras knows?
Size Change: +21 B (0%) Total Size: 1.69 MB
ℹ️ View Unchanged
|
@@ -85,6 +85,10 @@ | |||
tr { | |||
border-bottom: 1px solid $gray-100; | |||
|
|||
.dataviews-view-table-header-button { |
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.
We should do a second round of CSS naming consolidation at some point. We do .dataviews-view-grid__X
but .dataviews-view-table-X
. Not for this PR, though!
When tables are sorted an arrow is appended to the column header indicating the sort order. Currently there's no space between the label and the arrow which looks a little awkward:
This PR adds a small
gap
to address this issue:To test: