mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
[ADF-5439] New bubble filters with expandible list extends too much when there are too many elements (#7153)
This commit is contained in:
@@ -6,6 +6,9 @@
|
|||||||
.adf-checklist {
|
.adf-checklist {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
max-height: 170px;
|
||||||
|
padding: 5px 0;
|
||||||
|
overflow-y: auto;
|
||||||
|
|
||||||
.mat-checkbox-label {
|
.mat-checkbox-label {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
Reference in New Issue
Block a user