Bixal / bixal-site-drupal

Bixal drupal site
https://www.bixal.com
1 stars 0 forks source link

bixal-site-drupal - bug: WYSIWYG #321

Open mattsqd opened 3 weeks ago

mattsqd commented 3 weeks ago

Describe the bug Centering text in the WYSYWIG does not center the text on display, only on the edit page.

To Reproduce Steps to reproduce the behavior:

  1. Go to /holiday-special

Expected behavior All alignment options from the WYSIWYG should apply.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

jlfranklin commented 1 week ago

CKEditor uses class="text-align-center" for text and data-align="center" for media blobs.

<p class="text-align-center">
    <strong>Enjoy virtual merriment, musical performances, sketch comedy, dance videos, warm words, and more!</strong>
</p>
<drupal-media data-entity-type="media" data-entity-uuid="166c1158-7d71-4f58-bab4-7fc20e0f43ed" data-align="center">&nbsp;</drupal-media>