css: do not wrap text by prettyscripts on 2008-02-05 11:32 • Send feedback » css by default, texts are wrapped to the next line. to disable text wrapping inside an element, set the css property white-space to nowrap. .something { white-space: nowrap; } more »