Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! 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; }
