Skip to content

Commit

Permalink
Update table header gap (#57671)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Jan 9, 2024
1 parent 89f1d6b commit 169e2e5
Showing 1 changed file with 4 additions and 0 deletions.
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 {
gap: $grid-unit-05;
}

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

0 comments on commit 169e2e5

Please sign in to comment.