Site logo

Archived topic

Pre Tag - No Horizontal Scroll

3 replies · Started by Alirio on March 1, 2022

Viewing posts 1–4 of 4

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.