Try: Make spacing overrides more specific in Seedlet
@@ -1506,14 +1506,6 @@ pre.wp-block-verse {
margin-bottom: var(--global--spacing-vertical);
}
-[data-block] [data-block]:first-child {
- margin-top: 0;
-}
-
-[data-block] [data-block]:nth-last-child(2) {
- margin-bottom: 0;
/*
* Custom gradients
*/
@@ -149,15 +149,6 @@
[data-block] {
margin-top: var(--global--spacing-vertical);
- [data-block]:first-child {
- }
- // Needs to be the second-last child to avoid applying this to the appender.
- [data-block]:nth-last-child(2) {