Without !important
:
/*
::ng-deep disables view-encapsulation of Angular components
-> to avoid global style bleeding use it in combination with :host
-> https://angular.io/guide/component-styles#deprecated-deep--and-ng-deep
*/
:host ::ng-deep .mat-tab-label {
min-width: 100px;
}