[Quote] Unable to change width of left border for both left and right alignments #37198
Labels
[Block] Quote
Affects the Quote Block
CSS Styling
Related to editor and front end styles, CSS-specific issues.
Global Styles
Anything related to the broader Global Styles efforts, including Styles Engine and theme.json
[Type] Bug
An existing feature does not function as intended
It's possible to set the width of the quote block's borer from within
theme.json
like so:This works great when the block is in its default left alignment state. In the editor, this border disappears when you choose center or right alignment:
In the front-end though, the original, un-customized border is present for right alignment:
At a minimum, we should be sure to clear that from the front-end so that the appearance matches the editor. But a more complete solution would be to allow themes to customize the border width and then have that applied to the left when the text is aligned left, or to the right if the text is aligned left.
Tested with Gutenberg 12.1
Related: WordPress/twentytwentytwo#278
The text was updated successfully, but these errors were encountered: