Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! 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; }