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 Sep 5, 2024. It is now read-only.
Icons in md-buttons are no longer centered vertically. There is more space on the top then to bottom.
See picture
You can see it easily if you set a background color on the icon so the full square is shown. But it's still noticeable without. See the button demo for an example https://material.angularjs.org/latest/demo/button
Adding layout="row" layout-align="center center" seems to fix but seems a bit overkill.