Skip to content

Commit 18289d3

Browse files
authored
fix(styling): grouping with checkbox should be aligned left (#582)
1 parent f07ff75 commit 18289d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/app/modules/angular-slickgrid/styles/slick-plugins.scss

+5
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,11 @@
525525
border-radius: $checkbox-selector-icon-border-radius;
526526
}
527527
}
528+
.slick-group {
529+
.slick-cell-checkboxsel {
530+
text-align: left;
531+
}
532+
}
528533

529534
// ----------------------------------------------
530535
// Multi-Select Filter

0 commit comments

Comments
 (0)