fix placeholder align problem in form

This commit is contained in:
Eugenio Romano
2018-08-09 17:20:11 +01:00
parent 08e96dfa1f
commit f3755ddb08
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
max-width: 100%; max-width: 100%;
.mat-form-field-label-wrapper { .mat-form-field-label-wrapper {
top: 0 !important; top: 34px !important;
left: 13px; left: 13px;
} }
} }

View File

@@ -63,7 +63,7 @@
} }
.mat-form-field-label-wrapper { .mat-form-field-label-wrapper {
top: 5px !important; top: 22px !important;
} }
.mat-input-placeholder { .mat-input-placeholder {