ff6118a778
The width="56" height="56" HTML attributes on the icon badge <td> weren't mirrored in its inline style — renderers that ignore/strip HTML width/height (Brevo's own editor among them, per a real report) shrink the cell to fit the glyph instead of staying a 56px circle. Add explicit width:56px;height:56px to the style too. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>