cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

How to wrap text or get multi line text for a Checkbox placed inside a popup

anupds
12-Amethyst

How to wrap text or get multi line text for a Checkbox placed inside a popup

Hi ,

I have added some long text in the Label of Checkbox which cannot be shown in single line , is there a way to warp this text & have multiline in this checkbox. This is a 2D Widget checkbox added inside a Popup 

Can anyone please help me with the CSS coding to resolve this issue

1 ACCEPTED SOLUTION

Accepted Solutions

It looks like it should work to add a class (e.g. "wrap-label") to your Checkbox widget, and then set the CSS to include

 

.wrap-label { white-space: normal; }

 

View solution in original post

2 REPLIES 2

It looks like it should work to add a class (e.g. "wrap-label") to your Checkbox widget, and then set the CSS to include

 

.wrap-label { white-space: normal; }

 

anupds
12-Amethyst
(To:ClayHelberg)

Thanks a lot  ClayHelberg , it is working

Top Tags