Skip to content

Commit aae47b7

Browse files
AlexElinwagnermaciel
authored andcommitted
docs: add indentation to mat-form-field with suffix example (#22502)
(cherry picked from commit 45f8566)
1 parent 8b9d76c commit aae47b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components-examples/material/form-field/form-field-prefix-suffix/form-field-prefix-suffix-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<mat-label>Enter your password</mat-label>
44
<input matInput [type]="hide ? 'password' : 'text'">
55
<button mat-icon-button matSuffix (click)="hide = !hide" [attr.aria-label]="'Hide password'" [attr.aria-pressed]="hide">
6-
<mat-icon>{{hide ? 'visibility_off' : 'visibility'}}</mat-icon>
6+
<mat-icon>{{hide ? 'visibility_off' : 'visibility'}}</mat-icon>
77
</button>
88
</mat-form-field>
99

0 commit comments

Comments
 (0)