Skip to main content
1-Visitor
October 16, 2020
Solved

Button

  • October 16, 2020
  • 2 replies
  • 1425 views

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.

Best answer by lbisax

.myClass .widget-ptcsbutton::part(root){
         padding: 0;
}

2 replies

lbisax13-AquamarineAnswer
13-Aquamarine
October 16, 2020

.myClass .widget-ptcsbutton::part(root){
         padding: 0;
}

Community Manager
October 26, 2020

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