Unverified Commit 6c4e368a authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #1077 from fbirlik/patch-listblocks

fix: numbered lists with an additional line between items are rendered incorrectly
parents df49e4e1 3823908f
...@@ -43,6 +43,10 @@ ol > li { ...@@ -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);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment