fix: zeroed composed body margins#3653
Conversation
🦋 Changeset detectedLatest commit: bcce059 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
commit: |
There was a problem hiding this comment.
No issues found across 2 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Auto-approved: Bounded bug fix zeroing body margins/padding in the email editor to eliminate unwanted spacing across email clients. The change is confined to CSS defaults for the composed body wrapper and does not affect any API, auth, data, or operational settings.
Re-trigger cubic
| )} | ||
|
|
||
| <Body style={mergedStyles.body}>{children}</Body> | ||
| <Body |
There was a problem hiding this comment.
I don't think this is the right appraoch here. Should these just maybe be part of the default theme instead?
Summary by cubic
Zeroed the composed email body margin and padding in
@react-email/editorto remove unwanted spacing and ensure consistent theming across email clients.Written for commit bcce059. Summary will update on new commits.