Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
fix: break words for long vendorfield (#1870)
Browse files Browse the repository at this point in the history
  • Loading branch information
brenopolanski authored Apr 1, 2020
1 parent f473d9e commit c27086c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@
v-if="transaction.vendorField"
:value="transaction.vendorField"
:label="$t('TRANSACTION.VENDOR_FIELD')"
item-label-class="mb-auto"
item-value-class="max-w-xs break-words text-justify"
/>

<ListDividedItem
Expand Down

0 comments on commit c27086c

Please sign in to comment.