No path through the component is required for this, you will have to redefine the tab field in CSS, for example:
ul.x-tab-strip li {
margin-left: 8px;
}
If you only need to apply it to certain tabs, then give them identifiers or special classes and adjust your CSS accordingly.
source
share