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

Update table header gap #57671

Merged
merged 1 commit into from
Jan 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/dataviews/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@
tr {
border-bottom: 1px solid $gray-100;

.dataviews-view-table-header-button {
Copy link
Member

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!

gap: $grid-unit-05;
}

td:first-child,
th:first-child {
padding-left: $grid-unit-40;
Expand Down