fix placeholder align problem in form

This commit is contained in:
Eugenio Romano
2018-08-14 15:43:00 +01:00
parent 08e96dfa1f
commit f3755ddb08
2 changed files with 2 additions and 2 deletions
@@ -32,7 +32,7 @@
max-width: 100%;
.mat-form-field-label-wrapper {
top: 0 !important;
top: 34px !important;
left: 13px;
}
}
@@ -63,7 +63,7 @@
}
.mat-form-field-label-wrapper {
top: 5px !important;
top: 22px !important;
}
.mat-input-placeholder {