Skip to content

Commit

Permalink
Fix: a tiny fix for balance changes CSS (#2148)
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh authored Jun 22, 2023
1 parent d3fa6de commit 11e8906
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
max-height: 300px;
overflow-y: auto;
align-items: center;
gap: 1px;
}

.balanceChange {
Expand All @@ -16,6 +17,10 @@
margin-bottom: 0;
}

.balanceChange svg {
flex-shrink: 0;
}

.nftId {
overflow: hidden;
white-space: nowrap;
Expand Down

0 comments on commit 11e8906

Please sign in to comment.