fix:修复导出PDF代码折叠的BUG

This commit is contained in:
lifei6671
2018-08-24 15:05:15 +08:00
parent 9cacffc82c
commit 99643b0712
4 changed files with 35 additions and 4 deletions

View File

@@ -8,4 +8,10 @@ body{
}
.editormd-preview-container{
padding: 0 !important;
}
.markdown-body pre{
max-height: none !important;
white-space: pre-wrap !important;
word-wrap: break-word !important;
}