Im working on a site and im using the box sizing method to stop divs breaking size when padding is added.
I have the following…
-moz-box-sizing:padding-box;
box-sizing:padding-box;
-webkit-box-sizing:padding-box;
Does anybody know of an issue regarding chrome supporting this?
Padding-boxisn’t currently supported in chromeSource: https://developer.mozilla.org/en-US/docs/CSS/box-sizing#Browser_Compatibility