mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 03:22:19 +03:00
Inbox title overflow fix (#2906)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
93bc04843f
commit
b3afed6443
@ -77,7 +77,7 @@
|
||||
<div class="content">
|
||||
<div class="header flex">
|
||||
<Avatar avatar={employee?.avatar} size="medium" />
|
||||
<div class="ml-2 w-full">
|
||||
<div class="ml-2 w-full clear-mins">
|
||||
<div class="flex-between mb-1">
|
||||
<div class="caption-color flex">
|
||||
{#if employee}
|
||||
|
@ -32,17 +32,17 @@
|
||||
|
||||
{#if value}
|
||||
<div class="flex-between">
|
||||
<div class="flex-center">
|
||||
<div class="flex-presenter overflow-label mr-2">
|
||||
{#if currentProject}
|
||||
{#if currentProject.icon}
|
||||
<Icon icon={currentProject.icon ?? tracker.icon.Home} size="inline" />
|
||||
{/if}
|
||||
<div class="ml-1 mr-1">
|
||||
<Icon icon={currentProject.icon ?? tracker.icon.Home} size="small" />
|
||||
<div class="ml-1 mr-1 font-semi-bold">
|
||||
{currentProject.name}
|
||||
</div>
|
||||
{/if}
|
||||
{title}
|
||||
{value.title}
|
||||
<span class="overflow-label">
|
||||
{title}
|
||||
{value.title}
|
||||
</span>
|
||||
</div>
|
||||
<div>
|
||||
{#if status}
|
||||
|
Loading…
Reference in New Issue
Block a user