fix: Update alignment in transaction and memo item styles
This commit modifies the CSS for transaction and memo items by changing the alignment from center to left. This adjustment aims to enhance the layout and improve the overall user experience.
This commit is contained in:
parent
8e23fdb2e2
commit
c4f7f9b04c
@ -186,7 +186,7 @@ h2 {
|
||||
.transaction-item,
|
||||
.memo-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-items: left;
|
||||
padding: 1rem;
|
||||
border-radius: 8px;
|
||||
transition: all 0.2s ease-in-out;
|
||||
|
Loading…
x
Reference in New Issue
Block a user