grapesjs-preset-webpage
grapesjs-preset-webpage copied to clipboard
StyleManager svgs not rendering properly
I've followed the getting started guide wich also shows the same error, and I've tried the grapejs-preset-webpage example. The svgs are bigger then what they are supposed to in the style manager tab
codepen
Was your problem like this? Did you find a solution?
Thanks.
Yes it was exactly that, I overwrote it with the following css line:
svg { width: 16px; }
(maybe you should be more specific in case you use svgs anywhere else)
Boa sorte
Worked for me!
Obrigado @quantik-git !
Closing this one as the issue was solved at the core level.