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 in the tooltip (#1885)
Browse files Browse the repository at this point in the history
  • Loading branch information
brenopolanski committed Apr 9, 2020
1 parent 1738e28 commit ab1b3a5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@
v-show="isDashboard"
v-tooltip="{
content: data.row.vendorField,
classes: 'text-xs',
classes: 'max-w-xs break-words text-justify text-xs',
trigger: 'hover',
container: '.TransactionTable'
}"
Expand Down

0 comments on commit ab1b3a5

Please sign in to comment.