To wrap the text in a code block to fit the screen width, enter the following in CSS.
.wp-block-code code {
white-space: pre-wrap;
overflow-wrap: anywhere;
}
To wrap the text in a code block to fit the screen width, enter the following in CSS.
.wp-block-code code {
white-space: pre-wrap;
overflow-wrap: anywhere;
}
Comment