[AAE-8948] Fix placeholders styles for left labels (#7656)

This commit is contained in:
Rubén Barroso
2022-06-02 13:32:04 +02:00
committed by GitHub
parent 243803d4d3
commit 7c13a99ed7

View File

@@ -115,6 +115,11 @@
}
}
&-left-label-input-container .mat-form-field-label-wrapper {
top: auto;
bottom: 0;
}
&-left-label {
line-height: 64px;
margin-right: 15px;