improve styling of filter panel

Adapt width so that the date range fits.
Width of form fields is now 100%.
y-range restrictions are now rendered in one line.
This commit is contained in:
2019-10-12 09:06:19 +02:00
parent 708a85c28c
commit 2825654b7a
5 changed files with 32 additions and 10 deletions

View File

@@ -70,3 +70,11 @@ a.external-link:after {
body .mat-select-panel {
max-height: 500px;
}
.mat-form-field {
font-family: Arial, sans-serif;
}
mat-form-field {
width: 100%;
}