From ec50e7deef19168ef98cca6deed200f3917b324b Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Fri, 30 Oct 2020 15:03:54 +0100 Subject: [PATCH] Fix small layout issue with token amounts Wasn't enough space for longer amounts --- app/styles/components/_reimbursement-list.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/components/_reimbursement-list.scss b/app/styles/components/_reimbursement-list.scss index 2423ffd..3c22894 100644 --- a/app/styles/components/_reimbursement-list.scss +++ b/app/styles/components/_reimbursement-list.scss @@ -3,7 +3,7 @@ ul.reimbursement-list { > li { display: grid; - grid-template-columns: auto 10rem; + grid-template-columns: auto 12rem; grid-row-gap: 0.5rem; padding-top: 1.6rem;