You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see i imported my svg sprites file but in the select field it is cropped.
I managed to make it appear properly by adding viewbox="0 0 100 100" in the code. Replacing <svg class="acf_svg__icon with <svg viewbox="0 0 100 100" class="acf_svg__icon in input-5.js and input-56.js. Solved!
Is this a problem specific to my case or do you folks have the same issue? I can't know if it is because of the way my icons are encoded or if it's a core issue of the plugin... ? What do you think ?
The text was updated successfully, but these errors were encountered:
As you can see i imported my svg sprites file but in the select field it is cropped.
I managed to make it appear properly by adding
viewbox="0 0 100 100"
in the code. Replacing<svg class="acf_svg__icon
with<svg viewbox="0 0 100 100" class="acf_svg__icon
in input-5.js and input-56.js. Solved!Is this a problem specific to my case or do you folks have the same issue? I can't know if it is because of the way my icons are encoded or if it's a core issue of the plugin... ? What do you think ?
The text was updated successfully, but these errors were encountered: