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 @@