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

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -