fix(editor): reset margin/padding on the minimal mode#3676
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
commit: |
There was a problem hiding this comment.
No issues found across 3 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Auto-approved: Moves body margin/padding reset into the theme configuration and adds margin as a supported CSS property, enabling user customization. No behavioral change in minimal mode.
Re-trigger cubic
Summary by cubic
Reset body margin and padding to 0 in the editor’s minimal theme to remove unwanted spacing and ensure consistent email rendering. Moved defaults into the theming config and added support for
marginas a CSS property.Bug Fixes
RESET_BASIC,THEME_MINIMAL) to eliminate browser spacing.margin/paddingfromBodyin@editorand rely onmergedStyles.body.New Features
margintoSUPPORTED_CSS_PROPERTIESand types (px, default 0) for theme-level control.Written for commit 467fbe5. Summary will update on new commits.