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 was using Tailwind CSS and was wondering why my search form styles were messed up. Turns out chrome has a margin-block-end on form elements by default, and Tailwind's preflight (including modern normalize) doesn't set these margins to 0.
The text was updated successfully, but these errors were encountered:
I was using Tailwind CSS and was wondering why my search form styles were messed up. Turns out chrome has a
margin-block-end
on form elements by default, and Tailwind's preflight (including modern normalize) doesn't set these margins to 0.The text was updated successfully, but these errors were encountered: