Fixes the expansion panel layout
This commit is contained in:
parent
beaf629f1c
commit
9b9f256cfd
@ -1,4 +1,4 @@
|
|||||||
<div class="filter-menu">
|
<div class="filter-menu-content-wrapper">
|
||||||
<mat-accordion (keyup)="checkKeyEvent($event)">
|
<mat-accordion (keyup)="checkKeyEvent($event)">
|
||||||
<mat-expansion-panel *ngFor="let filter of service.filterDefinitions">
|
<mat-expansion-panel *ngFor="let filter of service.filterDefinitions">
|
||||||
<mat-expansion-panel-header *ngIf="filter.options && filter.options.length">
|
<mat-expansion-panel-header *ngIf="filter.options && filter.options.length">
|
||||||
|
@ -1,15 +1,9 @@
|
|||||||
div.indent {
|
.filter-menu-content-wrapper {
|
||||||
margin-left: 24px;
|
|
||||||
}
|
|
||||||
|
|
||||||
mat-divider {
|
|
||||||
margin-top: 5px;
|
|
||||||
margin-bottom: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.filter-menu {
|
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
|
div.indent {
|
||||||
|
margin-left: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mat-expansion-panel {
|
.mat-expansion-panel {
|
||||||
@ -43,3 +37,4 @@ mat-checkbox {
|
|||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user