Skip to content

Commit

Permalink
fix: set svg to inline-block (#1760)
Browse files Browse the repository at this point in the history
  • Loading branch information
keellyp authored Sep 26, 2024
1 parent 5b3891b commit 3fabd72
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 3fabd72

Please sign in to comment.