Skip to content

Commit

Permalink
fix: code not styled in li tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyxguo committed Sep 14, 2023
1 parent b15ce19 commit 5718581
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/components/article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,8 @@
padding: 0;
}

p code {
p code,
li code, {
margin: 0;
font-size: 0.85em;
overflow-wrap: break-word;
Expand Down

0 comments on commit 5718581

Please sign in to comment.