Skip to content

Commit

Permalink
Fix for bullet point not rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
lidiazuin committed Nov 11, 2024
1 parent 78d7cb1 commit 41ed025
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,7 @@ body {

.doc ol,
.doc ul {
list-style: disc;
margin: 0;
padding: 0 0 0 2rem;
}
Expand Down

0 comments on commit 41ed025

Please sign in to comment.