Skip to content

Commit 2f21754

Browse files
committed
date component alignment fixed
1 parent fdda4b9 commit 2f21754

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/angular-sdk-components/src/lib/_components/field/date/date.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
(dateChange)="fieldOnDateChange($event)"
2121
/>
2222
<mat-datepicker-toggle matSuffix [for]="pegadate" [disabled]="bDisabled$"></mat-datepicker-toggle>
23-
<mat-datepicker #pegadate [startAt]="value$"></mat-datepicker>
23+
<mat-datepicker #pegadate [startAt]="value$" xPosition="end"></mat-datepicker>
2424
<mat-error *ngIf="fieldControl.invalid">{{ getErrorMessage() }}</mat-error>
2525
</mat-form-field>
2626
</div>

packages/angular-sdk-components/src/lib/_components/field/phone/phone.component.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
font-size: 0.7rem;
2525
}
2626

27-
28-
2927
::ng-deep .mat-mdc-menu-panel {
3028
max-width: 20rem;
3129
}

0 commit comments

Comments
 (0)