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 committed Sep 6, 2022
1 parent 47e62c1 commit 2fd10b2
Showing 1 changed file with 4 additions and 0 deletions.
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 2fd10b2

Please sign in to comment.