Skip to content

Commit

Permalink
[ADF-5500] Set mat-checkbox display to block in order to takes up the…
Browse files Browse the repository at this point in the history
… whole width and shows checkboxes one below the other (#7815)
  • Loading branch information
alep85 authored and Radoslaw Terelak committed Sep 12, 2022
1 parent a6d604e commit 91ddd18
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
flex-direction: column;

.adf-facet-filter {
&.mat-checkbox {
display: block;
}

.mat-checkbox-label {
text-overflow: ellipsis;
overflow: hidden;
Expand Down

0 comments on commit 91ddd18

Please sign in to comment.