I ran into this example when looking to solve an issue with making the last tab move to the right of the group - which is what I need.
Here's an example: StackBlitz
I've tried adding a class and trying the following... but I can't get the style to change for only one group.
.my-class .mat-tab-label:last-child {
margin-left: auto;
}
How can I only make the css effect a specific of my groups?