Hallo,
min-width sollte helfen. Funktioniert aber scheinbar nur bei position absolute oder fixed.
Beispiel:
<div style="position:absolute; top:10px; left:10px; min-width:50px; background-color:green;">
blablablablablablablablablablablablablablablablablablablablablablablabla
</div>
Gruß, Christian