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
Izabrano rješenje
It needs to be prefixed with -moz- according to https://developer.mozilla.org/en-US/docs/CSS/box-sizing
Pročitaj ovaj odgovor u kontekstu 👍 1Svi odgovori (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
Odabrano rješenje
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;