-
Notifications
You must be signed in to change notification settings - Fork 39
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
fix code breaks along x axis #12
base: master
Are you sure you want to change the base?
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/ejmg/zerm/qxiox6x27 |
This fix doesn't seem to work in practice, sadly. After consulting Inspect Element → Responsive Design Mode in Firefox, I see that the If I uncheck the After playing around with this branch a bit, I think a more general solution to #11 would be to:
What do you think about this, @ejmg? Does this work for you, or do you have an alternative solution? |
wew, it's been a while since touching this. that seems reasonable as a fix. i'm currently trying to work through the backlog of PR's and will try coming back to this one soon after the rest. |
Any luck with this? I'd still like to see #12 (comment) land in mainline someday, since code blocks are still broken on mobile devices with this theme. |
It’s been a moment since I’ve touched the repo but I happen to have time
today. I’ll try revisiting the PR.
…On Mon, Nov 14, 2022 at 10:21 PM Eyal Kalderon ***@***.***> wrote:
Any luck with this? I'd still like to see #12 (comment)
<#12 (comment)> land in
mainline someday, since code blocks are still broken on mobile devices with
this theme.
—
Reply to this email directly, view it on GitHub
<#12 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEK7ZPXDCDHVKPCC7TGKAN3WIMFUXANCNFSM4W3RDCGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
That would be wonderful! Thank you so much, @ejmg. It would be wonderful to get a few of these quality-of-life fixes in soon, but feel free to take as much time as you need. |
addresses issue #11 by adding
overflow-x: scroll
to the formatting of codeblocks underpre
in_main.scss