Skip to content

Commit

Permalink
Fix styles for password input in login page
Browse files Browse the repository at this point in the history
  • Loading branch information
McNaBry committed Sep 26, 2024
1 parent 21c45af commit 641b854
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/app/account/login.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ <h2 class="mt-0 align-self-start">Log In</h2>
name="password"
[(ngModel)]="user.password"
[toggleMask]="true"
[feedback]="false" />
[feedback]="false"
class="p-fluid" />
</div>

<p-button
Expand Down

0 comments on commit 641b854

Please sign in to comment.