mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-29 11:31:32 +00:00
Fix overflow in Inbox (#5193)
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
parent
592eebb9ae
commit
dc580157c6
@ -84,7 +84,9 @@
|
||||
{#if icon}
|
||||
<Icon {icon} size="x-small" iconProps={{ value: object }} />
|
||||
{/if}
|
||||
{title}
|
||||
<div class="overflow-label">
|
||||
{title}
|
||||
</div>
|
||||
</span>
|
||||
{/if}
|
||||
</span>
|
||||
|
Loading…
Reference in New Issue
Block a user