Tab Widget: How to style the white space between tab headers
Hi,
Is there a way to style the white space between the tab headers using any custom CSS or so? I tried using the below CSS:
.widget-ptcstabset::part(tabs-tab){
margin-left:0px !important;
margin-right:0px !important;
}
But this completely removes the white space. I want that space between tab headers, but is there any way to style or colour it?
Thank you.

