Is it possible to prevent text wrapping?
I’ve tried to add a role with the below CSS, but doesn’t seem to be working.
{white-space:nowrap; overflow:hidden; display:block;}
I would like to keep text as it is being uloaded by Uplink, even if it doesn’t fit screen/window size.
What I have in mind is horizontal scrolling, but not entirely sure how.
I’d appreciate if someone could point me in the right direction.
Chrome seems to be ignoring white-space: nowrap; both in windows desktop browser and on mobile. Firefox on desktop works fine, while Firefox on mobile shows something in between the two (seems to ignore the monospace font set in design mode).
I’ve tried to target Chrome with CSS, but white-space is still simply being ignored, while other lines are taking effect.
If anyone had similar issues and came up with a solution / workaround, please let me know.