Skip to content

Commit

Permalink
fix: reset balance word misalignment (#16836)
Browse files Browse the repository at this point in the history
  • Loading branch information
aizad-deriv authored and heorhi-deriv committed Sep 13, 2024
1 parent 1f3bdbf commit d8d9c96
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 d8d9c96

Please sign in to comment.