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
我不是很懂模板的设计,想问一下,当一行代码的长度超过宽度时,使用滚动条显示,而不是自动换行。自动换行在有些情况下会很丑。
The text was updated successfully, but these errors were encountered:
好问题!
Sorry, something went wrong.
@hooting @MrFuFuFu
Problem solved! COMMIT - improve code>pre style to fixed issue#15
Now, all <code> block is self-adaptive to the max-width of the code, which display a scroll-bar when overflow and never wrap!
<code>
But, still, do not write too much code in one line ;)
https://github.com/Huxpro/huxpro.github.io/issues/15
bb37841
cool, I've updated your modified code. very thank you.
No branches or pull requests
我不是很懂模板的设计,想问一下,当一行代码的长度超过宽度时,使用滚动条显示,而不是自动换行。自动换行在有些情况下会很丑。
The text was updated successfully, but these errors were encountered: