Skip to content

Commit

Permalink
fix(TransactionListItem): don't cut out svg
Browse files Browse the repository at this point in the history
  • Loading branch information
onmax committed Sep 17, 2024
1 parent 660a2e7 commit 1496e8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TransactionListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ svg {
width: 6rem;
height: 6rem;
padding: 0.375rem;
overflow: initial;
&.bitcoin {
color: var(--bitcoin-orange);
Expand Down

0 comments on commit 1496e8e

Please sign in to comment.