Skip to content

Commit 5712aaa

Browse files
Merge pull request #2277 from matheusinfo/refactor/remove-css-warning
refactor(styles): rename incorrect css property
2 parents 43c8af6 + 3916836 commit 5712aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ perfect-scrollbar[fxlayout] > .ps > .ps-content {
402402
flex: 1 1 auto;
403403
-ms-flex: 1 1 auto;
404404
-webkit-box-flex: 1;
405-
align-item: inherit;
405+
align-items: inherit;
406406
place-content: inherit;
407407
-webkit-box-pack: inherit;
408408
-webkit-box-align: inherit;

0 commit comments

Comments
 (0)