Closed xbotao closed 7 years ago
Let me know if that didn't fix it. I was able to reproduce your problem and it went away when I gave the editor a max-width
of 100%.
It's OK when the code line is long by your fixed. Thanks!
Another problem, if the all the posts line is short.
It could be fixed by add the width: 100%;
to posts_content, please add this @PirtleShell .
.posts_content {
overflow: auto;
padding: 30px;
width: 100%;
}
working environment
code line is long
If the code is long in one line, the problem will be appeared after close and open the posts.
After close and open again
when Editing the posts
All posts line is short
If all the post line is short, the posts list page will like the follow.