Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
In Thingworx8.5, a style with attribute part='pages' is attached to Tabs' content. The margin value set in the style is too large. How can I change the margin value?
Solved! Go to Solution.
Hi,
Try with custom CSS, like below:
ptcs-page-select::part(pages)
{
margin: 10px !important;
}
Hope it helps,
Raluca Edu
Hi,
Try with custom CSS, like below:
ptcs-page-select::part(pages)
{
margin: 10px !important;
}
Hope it helps,
Raluca Edu
Hi @zhuwenxi.
If the response provided by @raluca_edu answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.
Regards.
--Sharon