瀏覽代碼

Merge pull request #1077 from fbirlik/patch-listblocks

fix: numbered lists with an additional line between items are rendered incorrectly
Timothy Jaeryang Baek 1 年之前
父節點
當前提交
6c4e368ac7
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/app.css

+ 4 - 0
src/app.css

@@ -43,6 +43,10 @@ ol > li {
 	font-weight: 400;
 }
 
+li p {
+	display: inline;
+}
+
 ::-webkit-scrollbar-thumb {
 	--tw-border-opacity: 1;
 	background-color: rgba(217, 217, 227, 0.8);