CSS3 SUPPORT
box-sizing:border-box; not support by firefox 20.0 build version for android
box-sizing:border-box; not support by firefox 20.0 build version for android
Chosen solution
It needs to be prefixed with -moz- according to https://developer.mozilla.org/en-US/docs/CSS/box-sizing
Read this answer in context 👍 1All Replies (3)
Did this work in 19? If so, this sounds like a regression. Would you mind filing a bug, if you're comfortable with Bugzilla? Otherwise we'll go ahead and file it.
Thanks!
- David
Chosen Solution
It needs to be prefixed with -moz- according to https://developer.mozilla.org/en-US/docs/CSS/box-sizing
thanks its works firefox android mobile version -moz-box-sizing: border-box;