Fix small layout issue with token amounts

Wasn't enough space for longer amounts
This commit is contained in:
2020-10-30 15:03:54 +01:00
parent c3b1bd2f4c
commit ec50e7deef
@@ -3,7 +3,7 @@ ul.reimbursement-list {
> li { > li {
display: grid; display: grid;
grid-template-columns: auto 10rem; grid-template-columns: auto 12rem;
grid-row-gap: 0.5rem; grid-row-gap: 0.5rem;
padding-top: 1.6rem; padding-top: 1.6rem;