Skip to content
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

Unable to remove margin in Pullquote #44129

Closed
jameskoster opened this issue Sep 13, 2022 · 1 comment · Fixed by #45731
Closed

Unable to remove margin in Pullquote #44129

jameskoster opened this issue Sep 13, 2022 · 1 comment · Fixed by #45731
Assignees
Labels
[Block] Pullquote Affects the Pullquote Block [Status] In Progress Tracking issues with work in progress [Type] Enhancement A suggestion for improvement.

Comments

@jameskoster
Copy link
Contributor

The Pullquote block outputs a blockquote inside a figure. The issue is that the blockquote inherits a default margin, and since the editor does not allow you to target it specifically, it's not possible to remove that margin. Here's the result:

Screenshot 2022-09-13 at 16 32 52

Ideally it should be possible to make the text of the pullquote align with the paragraph before and after it.

@jameskoster jameskoster added [Type] Enhancement A suggestion for improvement. [Block] Pullquote Affects the Pullquote Block labels Sep 13, 2022
@github-actions github-actions bot added the [Status] In Progress Tracking issues with work in progress label Nov 12, 2022
@t-hamano
Copy link
Contributor

I've submitted #45731 to add spacing supports to the Pullquote block.

Once margins are controllable, the default margin for blockquote will no longer be necessary, so I've added a style to reset the default margin at the same time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Block] Pullquote Affects the Pullquote Block [Status] In Progress Tracking issues with work in progress [Type] Enhancement A suggestion for improvement.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants