Skip to content

Commit

Permalink
EWPP-3957: Fix content moderation form appearance.
Browse files Browse the repository at this point in the history
  • Loading branch information
fmmribeiro committed Feb 15, 2024
1 parent 22b5be0 commit cd6aca1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sass/components/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit cd6aca1

Please sign in to comment.