Fix task Description in Activity (#2059)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov 2022-06-10 21:04:11 +03:00 committed by GitHub
parent 7ad85f8fc0
commit 2ec1676587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,10 +15,11 @@
-->
<script lang="ts">
import { MessageViewer } from '@anticrm/presentation'
import { ShowMore } from '@anticrm/ui'
export let value: string
</script>
<span class="lines-limit-2">
<ShowMore>
<MessageViewer message={value} />
</span>
</ShowMore>