mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user