html - Pre text format in width -
html - Pre text format in width -
i using topcoat css on cordova mobile app. want pre-text fit within width , not word-wrap.
http://codepen.io/civilwar/pen/jeebd
i have text want maintain homecoming characters between paragraphs. not want maintain width of text. around issue have pre text in div has word wrap break word. converts text appear within width of mobile app ( i.e. don't have scroll right). getting rid of word wrap break word makes pre text go out original width. want disable word wrap maintain pre-text within width of app how do that?
working demo
just css
.summary > pre { white-space: normal; } good luck!
html css cordova topcoat
Comments
Post a Comment