solidus
solidus copied to clipboard
SVG Logo is not sized appropriately
Solidus Version: 3.1.5
To Reproduce
Configure an SVG logo in config.logo
Current behavior
The logo is not shown at all since the img is sized to 0:

Expected behavior SVG is sized appropriately.
More Similar issues with PNG: It is not downsized appropriately if a bigger png is used.
I wanted to try and work this out myself, but I am unable to find where the logo is defined which is included in the _header.html.erb:
<figure id="logo" class="columns six" data-hook><%= logo %></figure>