You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The group blocks inside a column block don't have any gap between them. This is seen in both the editor and the front of the site.
Expected
Consistent behaviour regardless of where the group blocks are.
TT2 also has the same issue, and it's probably better to be standardised in the plugin. If I imagine themes do different things about that, it can get very messy. If this needs to be reported in the plugin, let me know and feel free to close this.
The text was updated successfully, but these errors were encountered:
I see that the margin-top: var( --wp--style--block-gap ); that should be present for children of the column is missing. It seems to be applied to the wp-block-columns element (the parent containing the columns) but not the wp-block-column elements themselves.
This is a gap in the Gutenberg plugin (pun intended) and should be addressed there.
After reporting this in the Gutenberg repo, it turned out an issue with Blockbase and Twenty Twenty-Two. I can confirm the issue is not happening with Twenty Twenty-one.
I'll report the issue in Trac for TT2, but I'll also reopen this as a Blockbase issue. let me know if there is anything that I can help.
Steps to replicate
Result
The group blocks inside a column block don't have any gap between them. This is seen in both the editor and the front of the site.
Expected
Consistent behaviour regardless of where the group blocks are.
TT2 also has the same issue, and it's probably better to be standardised in the plugin. If I imagine themes do different things about that, it can get very messy. If this needs to be reported in the plugin, let me know and feel free to close this.
The text was updated successfully, but these errors were encountered: