瀏覽代碼

refactor:优化样式

lifei6671 6 年之前
父節點
當前提交
87019f7e0d
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      static/css/markdown.preview.css

+ 3 - 0
static/css/markdown.preview.css

@@ -175,4 +175,7 @@
 }
 .editormd-preview-container ol.linenums>li:last-child ,.editormd-html-preview ol.linenums>li:last-child{
     padding-bottom: 10px;
+}
+.editormd-preview-container ul>li{
+    line-height: 2em;
 }