Description
In Email Preview, control panel assets are included. This can cause problems because the email template inherit CP's styles, showing an incorrect graphic result.
This is the source of a email preview:

To Reproduce
How, and what happened?
Expected behavior
Email Preview must not inherit the styles from the control panel.
Additional info
Thanks fixed for the next release.
To get the fix early, change your craftcms/commerce requirement in composer.json to:
"require": {
"craftcms/commerce": "dev-develop#16c619bf440e77c77d7ba8d84ac8a94ab18d6adf as 3.2.6",
"...": "..."
}
Then run composer update.
Most helpful comment
To get the fix early, change your
craftcms/commercerequirement in composer.json to:Then run
composer update.