Archived topic
Pre Tag - No Horizontal Scroll
3 replies · Started by Alirio on March 1, 2022
Viewing posts 1–4 of 4
Hi Everyone!
On this post https://howtorouteswitch.com/single-dmvpn-branch-configuration-with-redundant-dual-isps/, for instance, I can't get the contents within the
tag section to scroll to the right. Instead, text wraps/cuts over to the next line. What am I doing wrong?Thank you.
Rio
Hi there,
try adding this to your CSS:
pre.wp-block-preformatted {
white-space: pre;
overflow-wrap: normal;
}
Man...that worked. Much appreciated. I battled with this for days.
Thanks again!
Rio
Glad to be of help
This archived topic is closed to new replies.