discuss icon indicating copy to clipboard operation
discuss copied to clipboard

Height not respected in forms select field

Open matchilling opened this issue 5 years ago • 1 comments

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 🙏

matchilling avatar Jan 11 '20 18:01 matchilling

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 [email protected], 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.

adamwathan avatar Jan 11 '20 19:01 adamwathan