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
Buttons in button-group (or just two sibling buttons really) are rendered with spacing inbetween because there is a white-space character there. (In code that white-space is actually a line-break and maybe a couple of tabs.)
Yes, the buttons should have the same spacing inbetween regardless of white-spaces.
I suppose margin-right and margin-left makes the most sense, even though DesignGuide doesn't recommend right aligned buttons.
We see the need to support compiled templates, and like your solution. But need to add flex-wrap:wrap and consider if we are going to solve this issue for buttons not wrapped in a .button-group.
Buttons in button-group (or just two sibling buttons really) are rendered with spacing inbetween because there is a white-space character there. (In code that white-space is actually a line-break and maybe a couple of tabs.)
Minifiers remove these white-spaces and the buttons are rendered like:
Some potential solutions:
https://css-tricks.com/fighting-the-space-between-inline-block-elements/
The text was updated successfully, but these errors were encountered: