html - Wrap lines without breaking words -


i want wrap test in paragraph without breaking words it. words breaked while wrapping.

e.g.

"hello world programmers" becomes

"hello world progr ammers" 

i want behave like

"hello world programmers" 

i've used word-break:keep-all property doesn't solve problem. doing wrong. please tell me. thanks.

don't use word-break (or set normal) , should fine.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -