LeaVerou / stretchy

Form element autosizing, the way it should be
https://stretchy.verou.me/
Other
1.27k stars 87 forks source link

box-sizing default "content-box" breaks things when min-width is set #24

Closed anfedorov closed 7 years ago

anfedorov commented 7 years ago

http://codepen.io/anfedorov/pen/aJdwjm

doesn't work in latest Chrome or Safari on latest macOS. haven't tested in others yet, fix incoming.

anfedorov commented 7 years ago

(current fix is to set box-sizing: border-box;)

anfedorov commented 7 years ago

(codepen.io works now — closing)