mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-01 21:31:04 +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">
|
<script lang="ts">
|
||||||
import { MessageViewer } from '@anticrm/presentation'
|
import { MessageViewer } from '@anticrm/presentation'
|
||||||
|
import { ShowMore } from '@anticrm/ui'
|
||||||
|
|
||||||
export let value: string
|
export let value: string
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<span class="lines-limit-2">
|
<ShowMore>
|
||||||
<MessageViewer message={value} />
|
<MessageViewer message={value} />
|
||||||
</span>
|
</ShowMore>
|
||||||
|
Loading…
Reference in New Issue
Block a user