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

This commit is contained in:
Firat Birlik 2024-03-06 21:15:18 -06:00
parent bb98c10abb
commit 3823908f37
1 changed files with 4 additions and 0 deletions

View File

@ -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);