@react-email/editor@1.7.4

resend/react-email@react-email/editor@1.7.4Sep 1, 2026by github-actions[bot]

AI Summary

This patch resolves button layout issues where padded buttons would overflow their containers. It adjusts the rendering size of buttons with explicit dimensions to ensure they align perfectly with the canvas.

Key Highlights

  • Fixed button overflow issues using `box-sizing: border-box`
  • Adjusted button sizing for explicit dimensions to match canvas

Full Release Notes

### Patch Changes

* 62eb793: Buttons now render with `box-sizing: border-box`, so a full-width padded button no longer overflows its container in delivered emails. Buttons with an explicit size plus padding render slightly smaller, matching the canvas.