Skip to content

Commit b46cc22

Browse files
committed
fix(table): adjust the placement of the select all checkbox
1 parent 28cda51 commit b46cc22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/table/partial-styles/_row-selection.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
position: absolute;
1414
z-index: $table--limel-table--row-selector;
1515
left: 0.375rem;
16-
top: 0.25rem;
16+
top: 0.1875rem;
1717
}
1818

1919
.limel-table--row-selector {

src/components/table/partial-styles/tabulator-custom-styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,6 @@
187187
}
188188

189189
.select-all {
190-
top: functions.pxToRem(42);
190+
top: 2.5rem;
191191
}
192192
}

0 commit comments

Comments
 (0)