From cda222a648b118e62ae318df1c17fc7fd54d2a1b Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 19 Jan 2023 13:39:08 +0100 Subject: [PATCH] change contribution memo add word-break --- .../src/components/Contributions/ContributionListItem.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Contributions/ContributionListItem.vue b/frontend/src/components/Contributions/ContributionListItem.vue index 4717f29e5..faec028f9 100644 --- a/frontend/src/components/Contributions/ContributionListItem.vue +++ b/frontend/src/components/Contributions/ContributionListItem.vue @@ -16,12 +16,15 @@ -
{{ firstName }} {{ lastName }}
+
+ {{ firstName }} {{ lastName }} + +
{{ $d(new Date(contributionDate), 'monthAndYear') }}
{{ $t('contributionText') }}
-
{{ memo }}
+
{{ memo }}
{{ $t('contribution.alert.answerQuestion') }}