You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2024. It is now read-only.
Angular-material introduced some breaking changes regarding the icon size with the 1.1.0 release.
This results in icons being too large.

The reason is that they added a

min-heightandmin-widthto icons.Adding a
min-heightandmin-widthto all of md-table's md-icons should do the trick to overwrite the icon sizes correctly.