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 e9e5b60 commit cf5b43a
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 cf5b43a

Please sign in to comment.