Skip to content

Commit

Permalink
Remove dash in ol > li numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Aug 26, 2024
1 parent 99fd767 commit 60eac34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/Articles/Article/Article.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
list-style-type: none;
}

.ArticleContent ul li:before {
.ArticleContent ul > li:before {
content: "—";
display: inline-block;
margin-left: -1.5em;
Expand Down

0 comments on commit 60eac34

Please sign in to comment.