We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<Body>
The <Body> component doesn’t explicitly set padding, meaning that its value is inconsistent between the dev preview and mail clients.
padding
@react-email/body
https://demo.react.email/preview/magic-links/slack-confirm?view=desktop&lang=markup
Create an email with the <Body> component - do not explicitly set padding.
Compare the preview output to Mail on iOS 18.
The <Body> component should explicitly set the default padding (presumably to 0).
0
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Bug
The
<Body>
component doesn’t explicitly setpadding
, meaning that its value is inconsistent between the dev preview and mail clients.Which package is affected (leave empty if unsure)
@react-email/body
Link to the code that reproduces this issue
https://demo.react.email/preview/magic-links/slack-confirm?view=desktop&lang=markup
To Reproduce
Create an email with the
<Body>
component - do not explicitly setpadding
.Compare the preview output to Mail on iOS 18.
Expected Behavior
The
<Body>
component should explicitly set the defaultpadding
(presumably to0
).What's your node version? (if relevant)
No response
The text was updated successfully, but these errors were encountered: