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.
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 sameprop.size
to fit the right size without major CSS adjustments.Before:
Now: