mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +00:00
Fix task Description in Activity (#2059)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
parent
7ad85f8fc0
commit
2ec1676587
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user