My current project involves creating an app for holiday requests. The main page of the app is displayed like this:
https://i.sstatic.net/z2qma.png
At the bottom right corner, you'll notice a column labeled "Accepted?" which displays either "OK" or "DENIED" in different colors. When I accept a request, it will change to look like this:
https://i.sstatic.net/g1JOW.png
The issue arises when the CSS formatting is not applied properly to the text on the server but works fine locally. A simple reload of the page fixes the problem as shown here:
https://i.sstatic.net/cwoRd.png
I'm currently trying to figure out what's causing this glitch and if there's a way to resolve it. Any insights would be greatly appreciated.