From 5bb89126515a57ea31ab58de278d210ea154e70b Mon Sep 17 00:00:00 2001 From: Silviu Popa Date: Tue, 7 May 2019 19:34:09 +0300 Subject: [PATCH] [ADF-3192] Form - fix dropdown field alignment (#4685) * [ADF-3192] Form - fix dropdown field alignment * [ADF-3192] - reove unused style --- .../form/components/widgets/dropdown/dropdown.widget.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/core/form/components/widgets/dropdown/dropdown.widget.scss b/lib/core/form/components/widgets/dropdown/dropdown.widget.scss index a68b4d96d2..83670184cb 100644 --- a/lib/core/form/components/widgets/dropdown/dropdown.widget.scss +++ b/lib/core/form/components/widgets/dropdown/dropdown.widget.scss @@ -3,7 +3,6 @@ .adf { &-dropdown-widget { width: 100%; - margin-top: 13px; .adf-select { padding-top: 0 !important; @@ -17,11 +16,5 @@ &-select { width: 100%; } - - &-dropdown-required-message .adf-error-text-container { - margin-top: 1px !important; - } - } - }