- // TODO: This can be removed when Gutenberg no longer expresses opinion about the bottom margin of the block columns
- // or perhaps when the margins of blocks can be styled with the "style" portion of theme.json
- .wp-block-columns {
- margin-bottom: unset;
- }
|