Skip to content

Commit 128db12

Browse files
committed
Fix padding when using compact density
1 parent eba86ee commit 128db12

File tree

1 file changed

+4
-0
lines changed
  • packages/dataviews/src/dataviews-layouts/table

1 file changed

+4
-0
lines changed

packages/dataviews/src/dataviews-layouts/table/style.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@
230230
&:has(.dataviews-view-table-header-button):not(:first-child) {
231231
padding-left: 0;
232232
}
233+
234+
&:has(.dataviews-view-table-header-button):not(:last-child) {
235+
padding-right: 0;
236+
}
233237
}
234238
}
235239
td,

0 commit comments

Comments
 (0)