Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
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
Solved! Go to Solution.
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; }
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; }