Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Thingworx 8.5.2 :
Button widget already has 20px padding.How do I take it off as ther eis no option to edit in properties.
Solved! Go to Solution.
.myClass .widget-ptcsbutton::part(root){
padding: 0;
}
.myClass .widget-ptcsbutton::part(root){
padding: 0;
}
Hi @krishnakomal.
If the previous response answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.
Regards.
--Sharon