From e715997a2da597fff0887b37bdfdb7ab1d960620 Mon Sep 17 00:00:00 2001 From: Silviu Popa Date: Wed, 27 May 2020 21:14:07 +0300 Subject: [PATCH] [ACA-3277] - remove unnecessary style (#5729) Co-authored-by: Silviu Popa --- .../form/components/widgets/container/container.widget.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/core/form/components/widgets/container/container.widget.scss b/lib/core/form/components/widgets/container/container.widget.scss index ac2bc43071..f81c40187d 100644 --- a/lib/core/form/components/widgets/container/container.widget.scss +++ b/lib/core/form/components/widgets/container/container.widget.scss @@ -63,10 +63,6 @@ width: 100%; } - .mat-form-field-label-wrapper { - top: 22px; - } - .mat-input-placeholder { top: 1.8em !important; }