Skip to content

Commit

Permalink
fix() css bug with wallet size
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Nov 30, 2023
1 parent 7e311e7 commit 1c4995f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/home/components/Home/Home.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.Home__account {
text-overflow: ellipsis;
max-width: 80%;
max-width: 80vw;
overflow: hidden;
line-height: 1.2em;
}

.Home__menu {
Expand Down

0 comments on commit 1c4995f

Please sign in to comment.