The issue
You can not set the text-align CSS property of a Paragraph block to justify. If you add it manually via Edit as HTML, the block will become invalid. Justified text alignment should be allowed, even if it is not exposed through the UI.
How to reproduce
- Insert a Paragraph block.
- Click the ellipsis (More Options) and choose Edit as HTML.
- Add the following to the
<p> tag: style="text-align:justify".
- Try unfocusing the block.
- Notice that the block becomes invalid.
Related issues and PRs
The issue
You can not set the
text-alignCSS property of a Paragraph block tojustify. If you add it manually via Edit as HTML, the block will become invalid. Justified text alignment should be allowed, even if it is not exposed through the UI.How to reproduce
<p>tag:style="text-align:justify".Related issues and PRs