Fix overflow in Inbox (#5193)

Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
Vyacheslav Tumanov
2024-04-04 20:40:43 +05:00
committed by GitHub
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>