Problem
The example easy_email templates center the card with a wrapper cell using the legacy attribute:
Proposed resolution
Replace the align attribute with CKEditor-safe CSS: center the card with margin:0 auto on the card table, and set text-align:left on the card table so content stays left-aligned regardless of any inherited alignment. This is the same output CKEditor 5 Table properties produces for a centred table, so it round-trips cleanly. Applies to all 7 example templates (orchestra_easy_email install configs and orchestra_interaction_webform_examples optional configs).
Remaining tasks
- Note the Outlook desktop caveat: margin:0 auto is not honoured there, so the card left-aligns in Outlook desktop; the content text stays left everywhere.
Issue fork orchestra-3608801
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
mably commentedComment #5
mably commented