From 672ca4e12d0e7ef0481ca35a0753a2186d180ae8 Mon Sep 17 00:00:00 2001 From: Edgar Goetzendorff Date: Thu, 12 Mar 2020 16:41:46 +0100 Subject: [PATCH] chore: justify vendorfield --- .../components/Transaction/TransactionShow/TransactionShow.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/Transaction/TransactionShow/TransactionShow.vue b/src/renderer/components/Transaction/TransactionShow/TransactionShow.vue index 5c11e6dd78..2d25b18703 100644 --- a/src/renderer/components/Transaction/TransactionShow/TransactionShow.vue +++ b/src/renderer/components/Transaction/TransactionShow/TransactionShow.vue @@ -221,7 +221,7 @@ :value="transaction.vendorField" :label="$t('TRANSACTION.VENDOR_FIELD')" item-label-class="mb-auto" - item-value-class="max-w-xs break-words text-right" + item-value-class="max-w-xs break-words text-justify" />