Skip to content

Commit

Permalink
fix: reset balance word misalignment
Browse files Browse the repository at this point in the history
  • Loading branch information
aizad-deriv committed Sep 13, 2024
1 parent c851e6d commit 84de4c9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,23 @@
flex-direction: row;
align-items: center;
cursor: pointer;
min-width: 5.6rem;
gap: 3.2rem;

&__container {
display: flex;
padding: 0rem 1.6rem;
justify-content: center;
align-items: center;
gap: 0.8rem;
align-self: stretch;
}

&-content {
display: flex;
width: 8rem;
flex-direction: column;
align-items: center;
gap: 0.4rem;
width: 5.6rem;
white-space: nowrap;

&-icon {
border-radius: 1.2rem;
Expand Down

0 comments on commit 84de4c9

Please sign in to comment.