Skip to content

Commit

Permalink
fix: fix align for side-filters checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrylo Hudym-Levkovych authored and Kyrylo Hudym-Levkovych committed Sep 14, 2023
1 parent ded3cf7 commit dfade65
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/DataTable/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@
display: flex;
justify-content: flex-end;
}

.pgn__data-table-side-filters-item {
.pgn__form-checkbox {
align-items: center;
}
}
}

.pgn__data-table-layout-main {
Expand Down

0 comments on commit dfade65

Please sign in to comment.