0cc52f3693
A long unbreakable token (e.g. the gallery link) overflowed the email container and forced the admin to side-scroll. The preview HTML prep now also injects overflow-wrap:break-word so long words/URLs wrap within the container. break-word only triggers on overflow, so table layout is unaffected. (Renamed neutralizeLinks → preparePreviewHtml.)