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
karlhorky
changed the title
Incorrect padding in polyfill browsers
Non-border-box box sizing causes incorrect padding in polyfill browsers
Jan 26, 2017
karlhorky
changed the title
Non-border-box box sizing causes incorrect padding in polyfill browsers
Incorrect padding in polyfill browsers without border-box box sizing
Jan 26, 2017
Unless you use
box-sizing: border-box
, still getting wrong padding with version1.4.5
on IE11 latest / Win 7.Testcase IE11: http://jsfiddle.net/41weta35/9/
This does however work properly on the demo website.
Originally reported in #44 (comment)
The text was updated successfully, but these errors were encountered: