Skip to content

Commit

Permalink
fix(styling): center horizontally checkbox selector in column header
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed May 12, 2021
1 parent 4a73a86 commit bb5aebc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/common/src/styles/slick-bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,11 @@
width: calc(100% - #{$header-scroll-width-to-remove});
// height: calc(#{$preheader-height} + #{$cell-padding-top-bottom} - #{$preheader-border-top} - #{$preheader-border-bottom});

[id$="checkbox_selector"] {
justify-content: center;
display: flex;
}

.slick-header-sortable {
.slick-column-name {
margin-left: 0;
Expand Down
Binary file not shown.

0 comments on commit bb5aebc

Please sign in to comment.