Upon viewing a Create View on my PC, I noticed that the main form and labels are adequately spaced:
https://i.sstatic.net/1Q2bC.png
However, once the website is deployed to IIS and accessed on the same PC with the same browser, everything appears cramped in a smaller space. Is there a specific MVC project property or CSS value that needs to be transferred from the PC to the web server?
https://i.sstatic.net/h9KXc.png
Some points to note:
- This issue occurs in both Chrome and IE
- The local version is launched from Visual Studio (which opens in IE)