Angular Material Tabs - can we align just the "Third" tab to the right?
Here is a stackbliz: https://stackblitz.com/edit/angular-3keysh-czzstn?file=app%2Ftab-group-align-example.html
::ng-deep .mat-tab-header .mat-tab-label:last-child {
margin-left: auto;
}