Directly I want to break line if the code block content is too long.
Currenttly if the content of the code block has a long line, we can use scroll bar of the bottom of the code block. And what I want to do is just break the long line automatically instead of using scroll bar.
I thought it is reason that the I have 'toc nav' and <code> tag width is wider than wrapper tags. And If I could resizing the width, i could make it.
But I f failed to resizing width of the <code>tag. I don't know how can do that.
bundle update
.bundle exec jekyll build
.Environment informations
In the single layout page, code block html tags structure is
Directly I want to break line if the code block content is too long.
Currenttly if the content of the code block has a long line, we can use scroll bar of the bottom of the code block. And what I want to do is just break the long line automatically instead of using scroll bar.
I thought it is reason that the I have 'toc nav' and
<code>
tag width is wider than wrapper tags. And If I could resizing the width, i could make it. But I f failed to resizing width of the<code>
tag. I don't know how can do that.Any recommands... are good for me!
Thanks