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

Verse: Add margin support #43461

Merged
merged 1 commit into from
Aug 22, 2022
Merged

Conversation

ndiego
Copy link
Member

@ndiego ndiego commented Aug 21, 2022

Related:

What?

Add margin support to the Verse block.

Why?

To create consistency across blocks.

How?

Added the relevant block support in block.json

Testing Instructions

  1. Insert a new Verse block.
  2. Confirm the Dimension control panel allows you to add margin.
  3. Adding margin and configure.

Screenshots or screencast

verse-margin

@ndiego ndiego added [Type] Enhancement A suggestion for improvement. [Block] Verse Affects the Verse block [Feature] Design Tools Tools that impact the appearance of blocks both to expand the number of tools and improve the experi labels Aug 21, 2022
@ndiego ndiego self-assigned this Aug 21, 2022
Copy link
Contributor

@aaronrobertshaw aaronrobertshaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. 🎉

Once the e2es are passing we should be able to land this.

For greater consistency with other blocks, we might also need to add box-sizing: border-box to this block's styles. Given this PR is only related to margin support, not padding, it doesn't need to happen here.

@ndiego
Copy link
Member Author

ndiego commented Aug 22, 2022

Thanks @aaronrobertshaw, I will look into the border-box issue separately. 🚢 ing

@ndiego ndiego merged commit a087af1 into WordPress:trunk Aug 22, 2022
@github-actions github-actions bot added this to the Gutenberg 14.0 milestone Aug 22, 2022
@femkreations femkreations added the Needs User Documentation Needs new user documentation label Sep 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Block] Verse Affects the Verse block [Feature] Design Tools Tools that impact the appearance of blocks both to expand the number of tools and improve the experi Needs User Documentation Needs new user documentation [Type] Enhancement A suggestion for improvement.
4 participants