I have a small inline svg image that gets pushed outside its container for some reason. There is nothing setting the height of the container except the svg itself.
See it here https://jsfiddle.net/xv5jeLpk/4/
<div class="button">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 12 8">
</svg>
</div>
The red background of the container div should not be visible.