When using mat-slide-toggle, Angular Material adds a white-space: no wrap style(plus others) that I can't overwrite from the component scss file.
The style is added to both .mat-slide-toggle and .mat-slide-toggle-content. How can I overwrite those without going global?
Than you