Compare commits

..

2 Commits

Author SHA1 Message Date
Jacob Schmidt
61abcf5200 Merge branch 'master' of https://gitea.innovativedevsolutions.org/IDSolutions/client
All checks were successful
Build / Build (push) Successful in 27s
2025-04-19 15:06:51 -05:00
Jacob Schmidt
c4f7f9b04c 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.
2025-04-19 15:06:47 -05:00

View File

@ -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;