date picker width

main
Said Gedik 2024-08-07 18:20:12 +02:00
parent 0adfa94f7b
commit 0d28f190ad
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@
<!-- Date Range Picker -->
<div class="dateRangePicker"
style="display: flex; height: 100%; align-items: center; color: rgba(0, 0, 0, 0.734);">
<div style="height: 70%; display: flex; align-items: center; width: 170px; border: solid 1px rgba(0, 0, 0, 0.124);
<div style="height: 70%; display: flex; align-items: center; width: 190px; border: solid 1px rgba(0, 0, 0, 0.124);
background-color: white; padding-left: 10px; border-radius: 8px 0px 0px 8px;">
<!-- <mat-label>{{languageService.lMap.get('dateRangeLabel')}}</mat-label> -->
<mat-date-range-input [formGroup]="range" [rangePicker]="picker">