fix: add stretch for input

This commit is contained in:
2024-12-28 08:36:26 +03:00
parent 2370a2051b
commit 224d7a3443

View File

@ -1,4 +1,4 @@
<div [formGroup]="formGroup"> <div [formGroup]="formGroup" style="display: flex; flex-direction: column; align-items: stretch;">
<mat-form-field color="accent"> <mat-form-field color="accent">
<mat-label>Пароль</mat-label> <mat-label>Пароль</mat-label>
<input matInput <input matInput