mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-08 21:27:45 +03:00
parent
9c278d46e4
commit
f56e48f80b
@ -62,7 +62,9 @@
|
||||
</StyledTextEditor>
|
||||
{:else}
|
||||
<div class="text">
|
||||
<MessageViewer message={content} />
|
||||
{#if content}
|
||||
<MessageViewer message={content} />
|
||||
{/if}
|
||||
</div>
|
||||
<div class="flex flex-reverse">
|
||||
<ActionIcon
|
||||
|
@ -143,4 +143,13 @@
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
.description-container {
|
||||
margin-top: 0.5rem;
|
||||
display: flex;
|
||||
padding: 1rem;
|
||||
height: 12rem;
|
||||
border-radius: .25rem;
|
||||
background-color: var(--theme-bg-accent-color);
|
||||
border: 1px solid var(--theme-bg-accent-color);
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user