浏览代码

fix: numbered lists with an additional line between items are rendered incorrectly

Firat Birlik 1 年之前
父节点
当前提交
3823908f37
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/app.css

+ 4 - 0
src/app.css

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