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
The buttons block provides four alignment options which does not include all the potential values for justify-content in a flex container. I find that the space-around value in particular can be a really nice way of centering and filling available space, and so don't know why it's not available.
What is your proposed solution?
Add support for justify-content: space-around to the Buttons block. Consider also adding justify-content: space-evenly for nearly full coverage of all possible values.
The text was updated successfully, but these errors were encountered:
What problem does this address?
The buttons block provides four alignment options which does not include all the potential values for
justify-content
in a flex container. I find that thespace-around
value in particular can be a really nice way of centering and filling available space, and so don't know why it's not available.What is your proposed solution?
Add support for
justify-content: space-around
to the Buttons block. Consider also addingjustify-content: space-evenly
for nearly full coverage of all possible values.The text was updated successfully, but these errors were encountered: