From cd6aca140fc1d38434b85a34ca1586e65f11d430 Mon Sep 17 00:00:00 2001 From: Francisco Ribeiro Date: Tue, 13 Feb 2024 22:45:59 +0000 Subject: [PATCH] EWPP-3957: Fix content moderation form appearance. --- sass/components/_form.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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; }