From e1efe93470da6508b6338e18771961d86dfcc4dd Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 19 Oct 2019 08:20:37 +0200 Subject: [PATCH] :art: (Transaction List) Fix border radius for filter select --- src/components/AccountTransactionList.vue | 4 ++-- src/components/TagList.vue | 26 +++++++++++++++-------- 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/src/components/AccountTransactionList.vue b/src/components/AccountTransactionList.vue index 8fed839..28a5b9d 100644 --- a/src/components/AccountTransactionList.vue +++ b/src/components/AccountTransactionList.vue @@ -4,7 +4,7 @@ class="field has-addons has-addons-centered is-narrow" v-if="showFilter" > -
+
@@ -12,7 +12,7 @@
@@ -47,12 +52,15 @@
-
+

{{ - $tc('account.total', category.transactions.length, { - count: category.transactions.length - }) + $tc('account.total', category.transactions.length, { + count: category.transactions.length + }) }}