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
fix(button): ensure icons are aligned vertically. (#1736)
* The icon buttons are never a perfect circle, because they can shrink (depending on siblings).
In Material 1 we solved this by adding `min-width/height`, but having flex-shrink is more appropriate here (it allows developers to easily overwrite height / width)
* Sets the line-height for icons only to `i` and `md-icon` elements (as same as for fab buttons)
Fixes#1093.
0 commit comments