Clamp filter values
This commit is contained in:
parent
4c0437d7fc
commit
e165ba7500
@ -52,7 +52,7 @@
|
||||
<div class="filter-content">
|
||||
<div mat-menu-item *ngFor="let option of displayedOptions()" (click)="_filterCheckboxClicked(option)">
|
||||
<mat-checkbox [checked]="selectedOptions().includes(option)" class="filter-menu-checkbox">
|
||||
{{ option.label }}
|
||||
<span class="clamp-1">{{ option.label }}</span>
|
||||
</mat-checkbox>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -19,6 +19,7 @@
|
||||
|
||||
.filter-content {
|
||||
max-height: 300px;
|
||||
max-width: 500px;
|
||||
overflow: auto;
|
||||
@include common-mixins.scroll-bar;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user