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; - } - } - }