Skip to content

Commit 1d82666

Browse files
committed
fix(package): removed flex layout directives - no peer deps needed #137
1 parent f67e718 commit 1d82666

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/module/component/mat-password-strength-info/mat-password-strength-info.component.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<mat-card @list>
2-
<mat-card-content fxLayout="column" fxLayoutAlign="start">
3-
2+
<mat-card-content>
43
<div class="info-row" @items *ngIf="passwordComponent.enableLowerCaseLetterRule">
54
<div *ngIf="passwordComponent.containAtLeastOneLowerCaseLetter; then done else error" @flipY>
65
</div>

0 commit comments

Comments
 (0)