Skip to content

Commit

Permalink
fix: datatable checkbox align
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 08f5b64 commit ded3cf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/DataTable/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@
.pgn__data-table-filters-dropdown-item {
padding: $data-table-padding-small 14px;
min-width: 15em;

.pgn__form-checkbox {
align-items: center;
}
}

.pgn__data-table-status {
Expand Down
1 change: 0 additions & 1 deletion src/Form/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@ select.form-control {
.pgn__form-switch,
.pgn__form-radio {
display: inline-flex;
align-items: center;

.pgn__form-label {
display: flex;
Expand Down

0 comments on commit ded3cf7

Please sign in to comment.