Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Button Group Block: Last Child CSS zeros out left margin rather than right

$
0
0

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.


Viewing all articles
Browse latest Browse all 59525

Trending Articles