URL in CSS getting shortened
We have added a simple image to the CSS of form options which adds an image of a tick mark to the box instead of just filling it in a solid color. The issue we are having is that when deployed on SIT, the URL is shortened automatically which leads the image failing to load.
This is the link showing on Local which is an image of tick mark and is working fine.
But this same link on SIT and dev is wrong as the whitespace in the link is being deleted.
For example, in viewBox, ‘0 0 20 20’ is being changed to ‘002020’.
How can we prevent this URL from being shortened automatically when we deploy our code ?
