I'm creating a dynamic panel with buttons. De buttons have an image 'big' image and a label. For longer labels I want multi-line labels. Using css you can force multi-line bij setting white-space: normal
. But then the button on the next line snaps to the end of the line.
I've set up 2 jsfiddle's
One with the .launchpad-button .x-btn-inner
white-space commented out.
looks fine only I want the full text (so multi-line)
looks not so fine.. how should I fix this?
Edit:
Ow snap! It works using ScottS' solution but when my window resizes or there isn't enough space I get this issue: The new line (clear: left) is in the wrong place