robcresswell / vue-material-design-icons

Material Design Icons as Vue Single File Components
https://npmjs.com/vue-material-design-icons
MIT License
163 stars 35 forks source link

Update template.mst #231

Closed PawFV closed 3 years ago

PawFV commented 4 years ago

Fixed vertical alignment of icon, container <span> it can't be adjusted with height attribute because it's inline element. Now the height of the container matches with the height of the icon because it uses the same prop.size to fit the right size without major CSS adjustments.

Before:

chrome_ok2EFVfyyN

Now:

chrome_XQjG8fGGiq