mirror of
https://github.com/mindoc-org/mindoc.git
synced 2026-02-27 17:03:57 +08:00
feat:优化流程图过大导致的撑破页面的问题
This commit is contained in:
@@ -40,7 +40,9 @@
|
|||||||
.editormd-preview-container table tr {
|
.editormd-preview-container table tr {
|
||||||
background-color: #fff
|
background-color: #fff
|
||||||
}
|
}
|
||||||
|
.editormd-preview-container .sequence-diagram, .editormd-preview-container .flowchart, .editormd-html-preview .sequence-diagram, .editormd-html-preview .flowchart{
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
/**************TOC*******************/
|
/**************TOC*******************/
|
||||||
.editormd-preview-container{
|
.editormd-preview-container{
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Reference in New Issue
Block a user