Skip to content

Commit

Permalink
fix: set svg to inline-block
Browse files Browse the repository at this point in the history
  • Loading branch information
keellyp committed Sep 23, 2024
1 parent 309c9d0 commit f7afbbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ ul {
@apply m-0 list-disc pl-6;
}

svg {
@apply inline-block;
}

span.line-break-anywhere {
@apply break-all;
}
Expand Down

0 comments on commit f7afbbc

Please sign in to comment.