mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add text-break on all table memo fields
This commit is contained in:
parent
0ac0d9d1c3
commit
3f6bcdc0d2
@ -88,7 +88,7 @@ export default {
|
|||||||
return `${value} GDD`
|
return `${value} GDD`
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ key: 'memo', label: this.$t('transactionlist.memo') },
|
{ key: 'memo', label: this.$t('transactionlist.memo'), class: 'text-break' },
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -57,7 +57,7 @@ const propsData = {
|
|||||||
return value + ' GDD'
|
return value + ' GDD'
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ key: 'memo', label: 'text' },
|
{ key: 'memo', label: 'text', class: 'text-break' },
|
||||||
{
|
{
|
||||||
key: 'date',
|
key: 'date',
|
||||||
label: 'date',
|
label: 'date',
|
||||||
|
|||||||
@ -67,7 +67,7 @@ export default {
|
|||||||
return `${value} GDD`
|
return `${value} GDD`
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ key: 'memo', label: this.$t('transactionlist.memo') },
|
{ key: 'memo', label: this.$t('transactionlist.memo'), class: 'text-break' },
|
||||||
{
|
{
|
||||||
key: 'validUntil',
|
key: 'validUntil',
|
||||||
label: this.$t('transactionlink.valid_until'),
|
label: this.$t('transactionlink.valid_until'),
|
||||||
|
|||||||
@ -99,7 +99,7 @@ export default {
|
|||||||
return value + ' GDD'
|
return value + ' GDD'
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ key: 'memo', label: this.$t('text') },
|
{ key: 'memo', label: this.$t('text'), class: 'text-break' },
|
||||||
{
|
{
|
||||||
key: 'date',
|
key: 'date',
|
||||||
label: this.$t('date'),
|
label: this.$t('date'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user