Inbox title overflow fix (#2906)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2023-04-06 10:53:27 +06:00 committed by GitHub
parent 93bc04843f
commit b3afed6443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -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}

View File

@ -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}