Encountering an issue with my HTML
/CSS
that seems to be connected to Rails
and its asset pipeline. Initially, the styling of my web app is perfect on the first page load (and hard refreshes). However, as soon as I click on a link, navigate away from the page, and return to the original page, subtle styling issues start to appear. Table headers become bold, words get cut off by line breaks, all text appears slightly bolder, and the navigation bar awkwardly increases in height, protruding from the center. The only solution to correct these styling quirks is through a hard refresh.
I've searched extensively on Stack Overflow for a solution, ruling out any connection to Turbolinks. I've attempted clearing my cache entirely, but the problem persists. Oddly enough, this glitch only occurs in Chrome – not in Firefox or Safari. It feels like there might be an additional stylesheet being loaded along the path of the clicked link.
Help me out, Stack Overflow. You're my last resort.