Thruk
Thruk copied to clipboard
Wrong Formating in Panorama-View
If you use a service-grid on all Browsers but Firefox and Internetexplorer the header with the service-names is to small
In FF and IE everything works fine ... also in Chrome until a few weeks ago
Which chrome version is that?
e.g. Chrome Version 103.0.5060
If you tell me how, I could send you a screenshot
screenshot of the problem:
Chrome Version 103.0.5060.134
the problem is not on firefox 102.0.1:
i took a look around chrome and ff devtools and found that the culprit is the class=vertical div used to display the text.
on firefox, correct (notice the 85.5px):
on chrome, incorrect (notice the 171 px):
inspect element editing the 171 to 85.5 yields the expected behavior.
it seems the server/js is trying to correct for browser behavior mismatch that doesn't exist anymore?