Skip to content

Commit

Permalink
Merge pull request #331 from ksprabin/EMBCDFA-609
Browse files Browse the repository at this point in the history
EMBCDFA-609
  • Loading branch information
ksprabin authored Dec 1, 2023
2 parents 8d25488 + 91bde02 commit ec362ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div [formGroup]="addressForm">
<br />
<div class="row">
<div class="col-md-5">
<div class="col-md-12">
<!--<mat-form-field appearance="outline">
<mat-label>Address Line 1</mat-label>
<input formControlName="addressLine1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
<p class="sub-heading" style="font-size: 15px">
What date was your property first impacted by the disaster event?<span style="color:red" >*</span>
</p>
<mat-form-field appearance="outline" >
<mat-form-field appearance="outline" style="width: 35%;min-width: 300px;">
<input matInput
[matDatepicker]="fromPicker"
formControlName="damageFromDate"
Expand Down

0 comments on commit ec362ec

Please sign in to comment.