[ADF-5439] New bubble filters with expandible list extends too much when there are too many elements (#7153)

This commit is contained in:
Dharan 2021-07-06 14:47:31 +05:30 committed by GitHub
parent 54402f7ba4
commit 7e4954bd80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,9 @@
.adf-checklist {
display: flex;
flex-direction: column;
max-height: 170px;
padding: 5px 0;
overflow-y: auto;
.mat-checkbox-label {
text-overflow: ellipsis;