Add break in caption label

0
Hi all Is there a possibility to add a break in a label caption? It has to be in the label of a checkbox and the tekst cannot be shorter. Yhanks!      
asked
2 answers
1

Yeah, you need to use custom CSS  for this.

One way is you can place the label in a container with defined width and apply word-break: break-all;  to the label , this will make the text wrap at whatever character whenever it exceeds it's parent's width.

answered
0

Hi Jeremie

It is the core checkbox widget not possible the add a break in the label directly. However you can use CSS to limit the length of the label, this will make the content wrap or cut off depending you preference.

Cheers, Andries

answered