From 7c13a99ed7c6261fc020e68390210578c15779a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Barroso?= <1204625+rbarroso@users.noreply.github.com> Date: Thu, 2 Jun 2022 13:32:04 +0200 Subject: [PATCH] [AAE-8948] Fix placeholders styles for left labels (#7656) --- lib/core/form/components/form-renderer.component.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/core/form/components/form-renderer.component.scss b/lib/core/form/components/form-renderer.component.scss index e9bff3df13..efc06c12f8 100644 --- a/lib/core/form/components/form-renderer.component.scss +++ b/lib/core/form/components/form-renderer.component.scss @@ -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;