code-syntax-block
code-syntax-block copied to clipboard
Safari (macOS) with long lines SOLVED
The code blocks look good in Chrome (Windows) and Edge but in Safari (macOS) the long lines are justified, the block does not show the scroll bar and the appearance of the block is not as good.
Thanks, Emilio.

The same occurs in mobile devices and Safari (iOS).
Solved with help of support forum of Weston Ruter's Syntax-highlighting Code Block having read your comment under the text "Alternative". There is recommended to write
.site-content pre { overflow-wrap:normal }
into the aditional css. Thanks again.