diff --git a/frontend/src/assets/scss/gradido-template.scss b/frontend/src/assets/scss/gradido-template.scss index 5e2408583..8e2db7a80 100644 --- a/frontend/src/assets/scss/gradido-template.scss +++ b/frontend/src/assets/scss/gradido-template.scss @@ -14,6 +14,9 @@ body { border-radius: 29px; padding: 1px; } +.word-break { + word-break: break-word; +} .shadow-default { box-shadow: rgb(0 0 0 / 14%) 0 4px 10px; diff --git a/frontend/src/components/GddSend/TransactionForm.spec.js b/frontend/src/components/GddSend/TransactionForm.spec.js index f3c24edd2..89c568b82 100644 --- a/frontend/src/components/GddSend/TransactionForm.spec.js +++ b/frontend/src/components/GddSend/TransactionForm.spec.js @@ -72,7 +72,7 @@ describe('TransactionForm', () => { }) }) - describe.skip('with balance greater 0.00 (100.00) GDD the form is fully enabled', () => { + describe('with balance greater 0.00 (100.00) GDD the form is fully enabled', () => { beforeEach(() => { wrapper.setProps({ balance: 100.0 }) }) diff --git a/frontend/src/components/Transactions/TransactionCreation.vue b/frontend/src/components/Transactions/TransactionCreation.vue index 4e5d6a8b4..47cdbfa75 100644 --- a/frontend/src/components/Transactions/TransactionCreation.vue +++ b/frontend/src/components/Transactions/TransactionCreation.vue @@ -8,7 +8,7 @@
{{ linkedUser.firstName }} {{ linkedUser.lastName }}
{{ this.$d(new Date(balanceDate), 'short') }} {{ this.$d(new Date(balanceDate), 'time') }} -
{{ memo }}
+
{{ memo }}
{{ $t('decay.types.receive') }}
diff --git a/frontend/src/components/Transactions/TransactionReceive.vue b/frontend/src/components/Transactions/TransactionReceive.vue index a8b216758..f5c762828 100644 --- a/frontend/src/components/Transactions/TransactionReceive.vue +++ b/frontend/src/components/Transactions/TransactionReceive.vue @@ -17,7 +17,7 @@ {{ this.$d(new Date(balanceDate), 'short') }} {{ this.$d(new Date(balanceDate), 'time') }} -
{{ memo }}
+
{{ memo }}
diff --git a/frontend/src/components/Transactions/TransactionSend.vue b/frontend/src/components/Transactions/TransactionSend.vue index 35c5f3b23..5ceecc999 100644 --- a/frontend/src/components/Transactions/TransactionSend.vue +++ b/frontend/src/components/Transactions/TransactionSend.vue @@ -16,7 +16,7 @@
{{ this.$d(new Date(balanceDate), 'short') }} {{ this.$d(new Date(balanceDate), 'time') }} -
{{ memo }}
+
{{ memo }}