LeaVerou / stretchy

Form element autosizing, the way it should be

Home Page:https://stretchy.verou.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

anfedorov opened this issue · comments

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.

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

(codepen.io works now — closing)