Fix search layout
This commit is contained in:
parent
8ae20d96aa
commit
0e65d6e919
@ -53,7 +53,7 @@
|
||||
<!-- Date -->
|
||||
<section class="group">
|
||||
<span class="title">Date</span>
|
||||
<div class=" content vertical-wrap">
|
||||
<div class="content vertical-wrap">
|
||||
<mat-form-field appearance="outline">
|
||||
<mat-label>Start</mat-label>
|
||||
<input (change)="checkDates()" [(ngModel)]="from" [min]="today" matInput required type="date">
|
||||
@ -68,7 +68,7 @@
|
||||
<section class="group">
|
||||
<span class="title">Text</span>
|
||||
<div class="content vertical-wrap">
|
||||
<mat-form-field class="text-input">
|
||||
<mat-form-field appearance="outline" class="text-input">
|
||||
<mat-label>Text search</mat-label>
|
||||
<input [(ngModel)]="textFilter" matInput>
|
||||
<button (click)="textFilter = ''" *ngIf="textFilter.length" mat-icon-button matSuffix>
|
||||
|
||||
@ -68,6 +68,12 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-around;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
||||
> * {
|
||||
width: 45%;
|
||||
min-width: 15rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user