Skip to content

Commit

Permalink
style: transaction list alignment (#1835)
Browse files Browse the repository at this point in the history
# Motivation

We noticed while testing an existing style issue in the alignment of the transaction on medium screen.
  • Loading branch information
peterpeterparker authored Feb 7, 2023
1 parent 6b85f56 commit 03221cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
}
display: grid;
grid-template-columns: repeat(2, auto);
grid-template-columns: 48px auto;
align-items: flex-start;
column-gap: var(--padding-2x);
Expand Down

0 comments on commit 03221cd

Please sign in to comment.