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
If Button Groups have enough Buttons to wrap to multiple lines, the lines are flush against each other. Should we add margin-bottom: $buttongroup-spacing?
I agree, @Owlbertz; radius on the whole group makes sense most of the time. But not all the time. I'm not sure how radius on the group works with this multi-line case.
If Button Groups have enough Buttons to wrap to multiple lines, the lines are flush against each other. Should we add
margin-bottom: $buttongroup-spacing
?Here's an example showing before/after this proposed fix:
http://codepen.io/andycochran/pen/jqZYMX
Relatedly, how does this effect button radius (e.g. #8447 Should radius go on the button or the group)?
The text was updated successfully, but these errors were encountered: