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="content">
<div class="header flex"> <div class="header flex">
<Avatar avatar={employee?.avatar} size="medium" /> <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="flex-between mb-1">
<div class="caption-color flex"> <div class="caption-color flex">
{#if employee} {#if employee}

View File

@ -32,17 +32,17 @@
{#if value} {#if value}
<div class="flex-between"> <div class="flex-between">
<div class="flex-center"> <div class="flex-presenter overflow-label mr-2">
{#if currentProject} {#if currentProject}
{#if currentProject.icon} <Icon icon={currentProject.icon ?? tracker.icon.Home} size="small" />
<Icon icon={currentProject.icon ?? tracker.icon.Home} size="inline" /> <div class="ml-1 mr-1 font-semi-bold">
{/if}
<div class="ml-1 mr-1">
{currentProject.name} {currentProject.name}
</div> </div>
{/if} {/if}
{title} <span class="overflow-label">
{value.title} {title}
{value.title}
</span>
</div> </div>
<div> <div>
{#if status} {#if status}