Within my Rails application, I have noticed a discrepancy in the appearance of my views depending on the location where it is accessed. When running on localhost, the view displays as expected: https://i.sstatic.net/TrReR.png
However, when the app is accessed from a remote machine, the view changes to look like this: https://i.sstatic.net/UexXN.png
Both instances run in the development environment using WEBrick, with all .css files properly included in the asset pipeline. The Rails version being utilized is 4.1.7.
I would greatly appreciate any assistance in resolving this issue.