how to stop text wrapping in css code example Example: stop text from wrapping div { white-space: nowrap; overflow: hidden; }