diff --git a/static/css/markdown.preview.css b/static/css/markdown.preview.css index 80040406..b893fd1b 100644 --- a/static/css/markdown.preview.css +++ b/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; } \ No newline at end of file