html - css text formatting issue on android default browser -
i working on web application can browsed on android mobiles. facing following issue when zoom in , zoom out double tap
there sentence in h3 tag, when double tap zoom in, text wraped properly. wen zoom out again doing double tap, text dose not reformat automatically.
css using is:
h3 { font-size: 1pc; font-size: 1.6rem; font-weight: 400; margin: 0 0 20px; padding: 0; line-height: 1.375; overflow: hidden; }
Comments
Post a Comment