Skip to content

Commit

Permalink
fix: Alignment issue of first header in dataviews
Browse files Browse the repository at this point in the history
  • Loading branch information
im3dabasia committed Jan 22, 2025
1 parent 35e99d4 commit 5bac533
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/dataviews/src/dataviews-layouts/table/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
th:first-child {
padding-left: $grid-unit-60;

.dataviews-view-table-header-button,
.dataviews-view-table-header {
.dataviews-view-table-header-button {
margin-left: - #{$grid-unit-10};
}
}
Expand Down

0 comments on commit 5bac533

Please sign in to comment.