The title might be a little confusing, but didn't know how to name it correctly. Basically I have a text like this:
content3 (-content1) content4 (-content2)
which I display in a span element. The element has a varied widths and in some case text above needs to be broken into two lines. Unfortunately it often brakes on '-' symbol which make it look like this:
content3 (-content1) content4 (-
content2)
Is there any way I could prevent it from happening. Would be happy with this format:
content3 (-content1) content4
(-content2)