mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix placeholder align problem in form
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user