fix: numbered lists with an additional line between items are rendered incorrectly
@@ -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);