Kevin Powell 8 months ago
My favorite tip was my discovery of using `min-width: fit-content` for things like buttons, instead of `nowrap`.
If the parent is a flex item with wrapping, that wrapping bevaior will work the same way, but when there is no room at all, the text will wrap.
add a skeleton here at some point