Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi, PTC community,
Please advise how to solve the CSS styling issue for the tab strip class.
So it looks right: like it should and written on CSS on the 2D canva, but it doesn't look right on a preview.
I also tried the text do not wrap, so I will appreciate if someone can share solution for this also.
Solved! Go to Solution.
couple of things
try using
.twx-tabs {
}
and also use !important on definitions if its not cascading
If you want you local definitions to override use !important;
for example
border-color: #ddd !important;
Next try overriding the main class
.twx-tabs
hope this works for you
couple of things
try using
.twx-tabs {
}
and also use !important on definitions if its not cascading
If you want you local definitions to override use !important;
for example
border-color: #ddd !important;
Next try overriding the main class
.twx-tabs
hope this works for you