I have this html code:
<div>
<span class="material-icons">refresh</span>
</div>
The span is 24x24, however for some reason the parent div height is 28px, i have no other css, literaly just a blank html file, but for some reason the parent div is adding another 4px to its height even though the child span height is 24px. Anyone know why this is happening? I really dont want to have to set the height for the div.
Edit: