WordPress/twentytwenty

Button block without alignment is missing vertical margin

Closed this issue · 3 comments

Since the block base margin refactoring, button blocks without alignment is missing vertical margins.

Current Expected
image

image

Is there a separate issue for the Rounded button not being rounded?

The theme only includes the "Fill" (default) and "Outline" button styles, so it doesn't have a rounded style. The style also isn't called rounded in the block editor – the default block styles just styles "Standard" as rounded.

I see. I always thought it odd that the default required a style to achieve it.