Commit 3823908f authored by Firat Birlik's avatar Firat Birlik
Browse files

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

parent bb98c10a
...@@ -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