Skip to content

Commit

Permalink
fix: 💄 UI issue displaying transaction amounts
Browse files Browse the repository at this point in the history
  • Loading branch information
jojobyte committed Oct 31, 2024
1 parent 798cd61 commit 76a8c2f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/styles/components.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,15 @@
align-items: flex-start;
gap: 0.375rem;
font-style: normal;
flex: 1 1 auto;
flex: 1 0 auto;
}
.cols > section > div > a > aside {
display: flex;
display: inline-block;
width: 5rem;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
text-align: left;
}
.cols > section > div > a > aside > button {
padding: 0.5rem;
Expand All @@ -91,6 +96,7 @@
background-size: cover;
background-position: center;
background-repeat: no-repeat;
flex-shrink: 0;
}

.contacts {
Expand Down

0 comments on commit 76a8c2f

Please sign in to comment.