Unverified Commit d5ab3b50 authored by Joel's avatar Joel Committed by GitHub

fix: output code too long break ui (#320)

parent df26f825
......@@ -743,13 +743,14 @@
.markdown-body pre code {
font-size: 100%;
white-space: pre-wrap !important;
}
.markdown-body pre>code {
padding: 0;
margin: 0;
word-break: normal;
white-space: pre;
white-space: pre-wrap;
background: transparent;
border: 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment