[BUG?] Code block wraps on Safari #152
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
no-activity
No activity since long time
This is a long code block using Chrome/Firefox. It gives a nice horizontal scrolling:

This is the same block on Safari (macOS & iOS):

Instead of horizontal scrolling it wraps the text which I do not like, since all browsers on iOS use webkit then it affects Chrome and Firefox on iOS as well.
Using
display: inline-block;
gives us no wrapping but makes whole page horizontal scrollable instead of just code block.Thanks for the theme again its really great 🚀 !
The text was updated successfully, but these errors were encountered: