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
I want to try out the new space-x-* class to prevent using the margin or padding technique.
I also want to use the flex-wrap class to prevent columns going outside.
After reading this issue, I looked up flexbox gap on caniuse and it seems like browser support is at 95% now. https://caniuse.com/flexbox-gap So anyone reading this who doesn't target Internet Explorer 11, should be good to go and can use gap-x-* instead.
workashutosh
pushed a commit
to workashutosh/tailwindcss
that referenced
this issue
Apr 3, 2025
I'm opening this because
I want to try out the new space-x-* class to prevent using the margin or padding technique.
I also want to use the
flex-wrap
class to prevent columns going outside.Sadly the result is not as I expected.
Example: https://codepen.io/buismaarten/pen/PoPRqdJ
Is there a way we can address this?
Related:
The text was updated successfully, but these errors were encountered: