Skip to content

Commit

Permalink
Increase bottom margin for Add item button in CMS page blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ramram-mf committed Jul 15, 2024
1 parent 7d0def4 commit 938db6f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,10 @@ fieldset ul li div label {
}
}

/* Better spacing for `Add item` buttons */
#wagtail {
.c-sf-add-button {
margin-top: -0.5em;
margin-bottom: 1.5em;
margin-bottom: 2.5em;
}
}

0 comments on commit 938db6f

Please sign in to comment.