We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My investigation of wild-flame/jekyll-simple#13 leads me to suspect Skeleton CSS
You can see this on getskeleton.com itself:
Tested on Chromium 83 and Firefox 78
The text was updated successfully, but these errors were encountered:
workaround: white-space: pre-wrap
white-space: pre-wrap
Sorry, something went wrong.
Fixed for too wide with display: inline-block, but also shrinks for not too wide code blocks
display: inline-block
Workaround inconsistent code block background for long lines
d328908
dhg/Skeleton#403
I use the following workaround:
pre > code { overflow-x: scroll; }
If it works I would tell you to make a PR but looks like the author of this repo isn't maintaining it.
No branches or pull requests
My investigation of wild-flame/jekyll-simple#13 leads me to suspect Skeleton CSS
You can see this on getskeleton.com itself:
Tested on Chromium 83 and Firefox 78
The text was updated successfully, but these errors were encountered: