We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
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.
The text was updated successfully, but these errors were encountered:
CKEditor uses class="text-align-center" for text and data-align="center" for media blobs.
class="text-align-center"
data-align="center"
<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"> </drupal-media>
Sorry, something went wrong.
No branches or pull requests
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:
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.
The text was updated successfully, but these errors were encountered: