How to disable word wrapping in plain text files in Chrome -


i need chrome display plain text files long lines should not wrapped. when chrome displays plain text file (text/plain) wraps lines around. how can induce exhibit firefox-like behavior (no wrapping, show scrollbars instead)?

i have tried wrap text element , works takes astonishing amount of time load, relatively short text.

i've been looking @ too. closest i've found use command line , launch chrome forcing create custom user style sheet.

documented here : http://code.google.com/p/chromium/issues/detail?id=2393

you can edit local style sheet , update css pre tags (which how chrome renders text/plain default) remove "word-wrap: break-word" lines not broken.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -