1
vote
In HTML, how to word-break on a dash?
In this specific instance (where your string is going to contain hyphens) I'd transform the text to this server-side:
<div style="width:150px;">
<span>12333-</span& …
