I'm currently working on a website, and when I test the website locally, everything looks fine, but when I test the website over an RDP connection to the same machine the styles handling is all jacked around. The fonts are all fixed height, the browser settings haven't changed, I just refreshed the page after I reconnected over RDP.
Here's what it looks like Locally:
Here's what it looks like over RDP
(to the same machine, same browser, same session, just refreshed):
Is there some sort of HTML metadata I can add that will prevent this behavior?
This isn't the only example, this is a site-wide issue. I can, of course, go through and try to shoehorn everything to work a little better over an RDP connection, in most instances, I'm just hoping there's a less time-consuming fix.