tailwindlabs / discuss

A place to ask questions, get help, or share what you've built with Tailwind CSS.
MIT License
171 stars 9 forks source link

Height not respected in forms select field #415

Open matchilling opened 4 years ago

matchilling commented 4 years ago

Hi there,

I've just rebuilt this form here using tailwindcss. The select "author" field uses the same css classes as the "states" select field from the forms example in the docs. However, the height isn't respected as in the example, also my version has a weird background gradient in Safari 🤔.

I'm using tailwindcss version 1.1.4 and the code can be found here.

Thanks in advanced 🙏

adamwathan commented 4 years ago

Sounds like maybe you aren’t using Autoprefixer to add the necessary vendor prefixes to the “appearance-none” class. Try adding that to your build and it should help 👍🏻 On Jan 11, 2020, 1:47 PM -0500, Mathias Schilling notifications@github.com, wrote:

Hi there, I've just rebuild this form here using tailwindcss. The select "author" field uses the same css classes as the "states" select field from the forms example in the docs. However, the height isn't respected as in the example, also my version has a weird background gradient in Safari 🤔. I'm using tailwindcss version 1.1.4 and the code can be found here. Thanks in advanced 🙏 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.