[ADF-5500] Set mat-checkbox display to block in order to takes up the whole width and shows checkboxes one below the other (#7815)

This commit is contained in:
Amedeo Lepore
2022-09-06 18:38:07 +02:00
committed by GitHub
parent 47e62c1133
commit 2fd10b2fe4

View File

@@ -3,6 +3,10 @@
flex-direction: column; flex-direction: column;
.adf-facet-filter { .adf-facet-filter {
&.mat-checkbox {
display: block;
}
.mat-checkbox-label { .mat-checkbox-label {
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;