For a simple example, this: the text is supposed to be in one line, but it's broken down into three because of how small the div is. How do I let the text spill out of the div without it wrapping?
Html:
<div style="width: 20px;">Some text here</div> Result:
Some text here I want this:
Some text here