Skip to content

Commit

Permalink
move check to left
Browse files Browse the repository at this point in the history
  • Loading branch information
lastminutediorama committed Aug 20, 2024
1 parent ef15582 commit bacb0e6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/interface/src/styleguide/paginator/paginator.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,21 @@
--mat-option-label-text-line-height: 24px;
--mat-option-label-text-tracking: 0.03125em;
--mat-option-label-text-weight: 400;
justify-content: flex-end;
}

::ng-deep .paginator-select-panel .mat-mdc-option .mdc-list-item__primary-text {
margin-right: 0;
}

::ng-deep .paginator-select-panel .mat-mdc-option .mat-pseudo-checkbox {
order: -1;
margin-right: 8px;
margin-left: 0;
}

::ng-deep .paginator-select-panel .mat-option-text {
flex-grow: 1;
}

::ng-deep .picker-field .mdc-notched-outline .mdc-notched-outline__trailing,
Expand Down

0 comments on commit bacb0e6

Please sign in to comment.