-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
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
Add align class to pull quote in editor #21756
Conversation
Size Change: +12 B (0%) Total Size: 842 kB
ℹ️ View Unchanged
|
Actually, I don't think we should be adding this class. While ideally, the frontend matches the backend, the only exception right now is the alignment classes. They are not added on any block. The reasons for this are complex and I'll try to summarize them as: "we need special markup in the editor to make alignments work across themes" so in the editor we rely on We do have an issue to rethink alignments (and hopefully simplify them and make use of frontend markup 1-1) but that's a bigger undertaking #20650 I guess this is me saying that we should revert this PR and close the issue. |
This reverts commit a805410.
Description
Fixes #12853
How has this been tested?
Tested locally by:
Types of changes
Non breaking change affecting only the editor.