Auto Insert Space In URL Addresses ( HTTPS:// ) In CSS Files

Is anyone having a problem with CSS files auto inserting a space between the : and // in https://

When you remove the colon the ‘space’ between is not automatically inserted

Quick Fix

Just remove the https: completely, leaving only the //

Unfortunately, It happens all over the place in the editor.

It seems to be the prettify that is causing it, you can disabled it in the options under css.

1 Like

Thanks Patrick! That did it…