0

I'm using the intlTelInput feature for setting international mobile numbers and it's works well on Firefox. However the CSS on Chrome is very off. See the image below.

How do I get the CSS in the intlTelInput.css file to work consistently on all browsers?

CSS Issue

Paolo Forgia
  • 6,572
  • 8
  • 46
  • 58
Orion
  • 452
  • 6
  • 23
  • 1
    Could you please provide the code block. It will help in understanding what you have done so far. – Manish Patel Sep 11 '17 at 12:19
  • Hi @ManishPatel. It was my silly mistake. I had a the css path incorrect as I was adding versions as querystrings, so it refreshes on the clients side. and instead of ?v=3 i put >v=3 :/ – Orion Sep 11 '17 at 12:35

1 Answers1

0

It turned out that my CSS path query string value has '>v=3' instead of '?v=3'

It's working fine now.

Orion
  • 452
  • 6
  • 23