mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
change contribution memo add word-break
This commit is contained in:
parent
0ac0d9d1c3
commit
cda222a648
@ -16,12 +16,15 @@
|
|||||||
<b-avatar v-else :icon="icon" :variant="variant" size="3em"></b-avatar>
|
<b-avatar v-else :icon="icon" :variant="variant" size="3em"></b-avatar>
|
||||||
</b-col>
|
</b-col>
|
||||||
<b-col>
|
<b-col>
|
||||||
<div v-if="firstName" class="mr-3 font-weight-bold">{{ firstName }} {{ lastName }}</div>
|
<div v-if="firstName" class="mr-3 font-weight-bold">
|
||||||
|
{{ firstName }} {{ lastName }}
|
||||||
|
<b-icon :icon="icon" :variant="variant"></b-icon>
|
||||||
|
</div>
|
||||||
<div class="small">
|
<div class="small">
|
||||||
{{ $d(new Date(contributionDate), 'monthAndYear') }}
|
{{ $d(new Date(contributionDate), 'monthAndYear') }}
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-3 font-weight-bold">{{ $t('contributionText') }}</div>
|
<div class="mt-3 font-weight-bold">{{ $t('contributionText') }}</div>
|
||||||
<div class="mb-3">{{ memo }}</div>
|
<div class="mb-3 text-break word-break">{{ memo }}</div>
|
||||||
<div v-if="state === 'IN_PROGRESS'" class="text-205">
|
<div v-if="state === 'IN_PROGRESS'" class="text-205">
|
||||||
{{ $t('contribution.alert.answerQuestion') }}
|
{{ $t('contribution.alert.answerQuestion') }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user