diff --git a/sass/components/_form.scss b/sass/components/_form.scss index b5d0a157f..730d1d409 100644 --- a/sass/components/_form.scss +++ b/sass/components/_form.scss @@ -39,8 +39,14 @@ margin: 0 0.3em; } -// Align "Apply" botton in moderation block. +// Vertically align elements in moderation block. .entity-moderation-form { + .ecl-form-group{ + margin-top: 0; + } + .ecl-select__icon .ecl-button { + margin-bottom: 0; + } .ecl-button { margin-bottom: 1em; }