I applied the .mat-typography
class to the body of my document.
After implementing data table sorting i noticed the sorting indicator arrow to be slightly off position. After inspecting the document, i noticed that the typography class overwrites the font styles set by the sorting.
Here i forked the sorting demo from material.angular.io and added the typography class: https://angular-9ddpgm.stackblitz.io - Click on the 'No.' header - The Arrow has a higher base line as the header itself.
In the original demo (without the typography) this is not the case: https://material.angular.io/components/table/overview
Is this a problem from Angular Material or do i need to use the typography settings differently?