How I use tailwind css
Set minimum width
Use min-w-[12rem]
I had a dropdown and the labels of the items were trimmed short.
So, I sorted it by setting the minimum width, min-w-[12rem]
Use min-w-[12rem]
I had a dropdown and the labels of the items were trimmed short.
So, I sorted it by setting the minimum width, min-w-[12rem]