Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG?] Code block wraps on Safari #152

Closed
michaeloliverx opened this issue Dec 24, 2020 · 2 comments · Fixed by #298
Closed

[BUG?] Code block wraps on Safari #152

michaeloliverx opened this issue Dec 24, 2020 · 2 comments · Fixed by #298
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

Comments

@michaeloliverx
Copy link

This is a long code block using Chrome/Firefox. It gives a nice horizontal scrolling:
image

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

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 🚀 !

@adityatelange adityatelange added the help wanted Extra attention is needed label Dec 25, 2020
@adityatelange
Copy link
Owner

@michael0liver I do not own a apple device and cannot fix this myself.

Though this isn't an issue on linux / windows desktops as I have tested this on FF and chromium based browsers, it is safari specific imo

@adityatelange adityatelange added bug Something isn't working good first issue Good for newcomers labels Dec 31, 2020
@stale
Copy link

stale bot commented Jan 7, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the no-activity No activity since long time label Jan 7, 2021
@stale stale bot closed this as completed Jan 10, 2021
@adityatelange adityatelange linked a pull request Mar 19, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants