add text-break on all table memo fields

This commit is contained in:
ogerly 2023-01-19 14:42:36 +01:00
parent 0ac0d9d1c3
commit 3f6bcdc0d2
4 changed files with 4 additions and 4 deletions

View File

@ -88,7 +88,7 @@ export default {
return `${value} GDD`
},
},
{ key: 'memo', label: this.$t('transactionlist.memo') },
{ key: 'memo', label: this.$t('transactionlist.memo'), class: 'text-break' },
],
}
},

View File

@ -57,7 +57,7 @@ const propsData = {
return value + ' GDD'
},
},
{ key: 'memo', label: 'text' },
{ key: 'memo', label: 'text', class: 'text-break' },
{
key: 'date',
label: 'date',

View File

@ -67,7 +67,7 @@ export default {
return `${value} GDD`
},
},
{ key: 'memo', label: this.$t('transactionlist.memo') },
{ key: 'memo', label: this.$t('transactionlist.memo'), class: 'text-break' },
{
key: 'validUntil',
label: this.$t('transactionlink.valid_until'),

View File

@ -99,7 +99,7 @@ export default {
return value + ' GDD'
},
},
{ key: 'memo', label: this.$t('text') },
{ key: 'memo', label: this.$t('text'), class: 'text-break' },
{
key: 'date',
label: this.$t('date'),