Skip to content

Commit 4fc4259

Browse files
authored
Merge pull request #307 from moderntribe/feature/MOOSE-335-remove-spacer-margin
MOOSE-335: Remove default margin on spacer block
2 parents 1846e1b + 06dbd49 commit 4fc4259

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ item (Added, Changed, Depreciated, Removed, Fixed, Security).
66

77
## [2026.01]
88

9+
- Fixed: Removed top margin from spacer block
910
- Added: Yoast Duplicate Post plugin v4.5 for easier content duplication in the editor.
1011
- Updated: Login logo styling
1112

wp-content/themes/core/theme.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,14 @@
629629
}
630630
}
631631
},
632+
"core/spacer": {
633+
"spacing": {
634+
"margin": {
635+
"top": "0",
636+
"bottom": "0"
637+
}
638+
}
639+
},
632640
"core/table": {
633641
"spacing": {
634642
"margin": {

0 commit comments

Comments
 (0)