<div style="overflow: auto; width: 150px;"> /* Soll eine Scrollbar einfügen läuft aber nciht :( */
Text1<br>
Text2<br>
Text der nicht umbrechen soll!<br>
nochwas
</div>
~~~html
<div style="overflow: auto; width: 150px;">
<p>Text1</p>
<p>Text2</p>
<p>Text der nicht umbrechen soll!</p>
<p>nochwas</p>
</div>
p {
white-space: nowrap;
}