From b3afed6443c46b3079deb750b6715f0cc7e06f40 Mon Sep 17 00:00:00 2001 From: Denis Bykhov Date: Thu, 6 Apr 2023 10:53:27 +0600 Subject: [PATCH] Inbox title overflow fix (#2906) Signed-off-by: Denis Bykhov --- .../src/components/NotificationView.svelte | 2 +- .../issues/NotificationIssuePresenter.svelte | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/plugins/notification-resources/src/components/NotificationView.svelte b/plugins/notification-resources/src/components/NotificationView.svelte index bcbc255c85..3fa120f007 100644 --- a/plugins/notification-resources/src/components/NotificationView.svelte +++ b/plugins/notification-resources/src/components/NotificationView.svelte @@ -77,7 +77,7 @@
-
+
{#if employee} diff --git a/plugins/tracker-resources/src/components/issues/NotificationIssuePresenter.svelte b/plugins/tracker-resources/src/components/issues/NotificationIssuePresenter.svelte index a2dca28897..ce099618d0 100644 --- a/plugins/tracker-resources/src/components/issues/NotificationIssuePresenter.svelte +++ b/plugins/tracker-resources/src/components/issues/NotificationIssuePresenter.svelte @@ -32,17 +32,17 @@ {#if value}
-
+
{#if currentProject} - {#if currentProject.icon} - - {/if} -
+ +
{currentProject.name}
{/if} - {title} - {value.title} + + {title} + {value.title} +
{#if status}