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