tailwind css hide divide when wrapping to new line
Hey guys, I'm trying to get the styling right for my footer and I've been really struggling with getting the menu dividers to work with me. I finally found out about
divide-x
but I'm running into one last small issue when the size occurs.
I am aiming to make it so "Scuba Trips & Events" does not have the preceding divider when the resize takes it to the next line4 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
I pivoted back to hr but the problem current issue is that when 1 item wraps, I want the
justify-evently
to wrap based on all of the new space, but instead just the item that overlaps goes to the new lineUnknown User•2y ago
Message Not Public
Sign In & Join Server To View
You can also checkout container queries, they could be useful in this case