Replies: 0
We noticed a bug in the CSS for Button Group Blocks. Specifically, the CSS for the last child block zeros out margin-left, but should instead zero out margin-right.
Currently:
#wp-block-themeisle-blocks-button-group-######## .wp-block-themeisle-blocks-button:last-child {
margin-left: 0;
}
This thus reduces the spacing between the last button and the button before it.
Ver: 1.6.0, used with Neve Pro theme
We believe this bug was relatively recently introduced – it used to work properly.