why the min-width style doesn't work on mobile browsers except chrome android:
and this opera :
It seems that this question does not correspond to the subject of the site. Those who voted to close it indicated the following reason:
Fixed a problem in min-width: auto; replaced by 0px
min-width: auto; each browser understands in its own way. For this it is better to set the values. - newProgrammerauto not a valid value for min-width , so the mess is completely unsurprising - andreymalSource: https://ru.stackoverflow.com/questions/762767/
All Articles