From 4da02cdf08072599aa0483bfb2cd702ae1820dec Mon Sep 17 00:00:00 2001 From: blackchestnut Date: Fri, 2 Aug 2024 20:23:55 +0300 Subject: [PATCH] Update amount width on the list of transactions --- src/components/transactions/list.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/transactions/list.vue b/src/components/transactions/list.vue index f80058e..fb8054f 100644 --- a/src/components/transactions/list.vue +++ b/src/components/transactions/list.vue @@ -283,7 +283,7 @@ td white-space: nowrap .amount - width: 140px + width: 150px text-align: right .actions