CSS3 SUPPORT
box-sizing:border-box; not support by firefox 20.0 build version for android
Soluzione scelta
It needs to be prefixed with -moz- according to https://developer.mozilla.org/en-US/docs/CSS/box-sizing
Leggere questa risposta nel contesto 👍 1Tutte le risposte (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
Soluzione scelta
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;