From 997f27d416652153c6aa08afca74d882715919e0 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Tue, 14 Nov 2023 09:29:19 +0100 Subject: [PATCH] feat: u#2883 user info --- .../story-detail-assign.component.css | 3 +- .../story-detail-assign.component.html | 39 +++++++------ .../story-detail/story-detail.component.css | 3 +- .../story-detail/story-detail.component.html | 56 ++++++++++--------- .../story-detail/story-detail.component.ts | 2 + 5 files changed, 57 insertions(+), 46 deletions(-) diff --git a/javascript/apps/taiga/src/app/modules/project/story-detail/components/story-detail-assign/story-detail-assign.component.css b/javascript/apps/taiga/src/app/modules/project/story-detail/components/story-detail-assign/story-detail-assign.component.css index b013ee5cf..670f67468 100644 --- a/javascript/apps/taiga/src/app/modules/project/story-detail/components/story-detail-assign/story-detail-assign.component.css +++ b/javascript/apps/taiga/src/app/modules/project/story-detail/components/story-detail-assign/story-detail-assign.component.css @@ -71,7 +71,8 @@ Copyright (c) 2023-present Kaleidos INC padding: 0; } - & .assigned-user { + & .assigned-user, + & .assigned-user-tooltip-wrapper { align-items: center; display: flex; gap: var(--spacing-8); diff --git a/javascript/apps/taiga/src/app/modules/project/story-detail/components/story-detail-assign/story-detail-assign.component.html b/javascript/apps/taiga/src/app/modules/project/story-detail/components/story-detail-assign/story-detail-assign.component.html index 0f0d39679..4d0ef1a38 100644 --- a/javascript/apps/taiga/src/app/modules/project/story-detail/components/story-detail-assign/story-detail-assign.component.html +++ b/javascript/apps/taiga/src/app/modules/project/story-detail/components/story-detail-assign/story-detail-assign.component.html @@ -59,24 +59,27 @@ trackBy: trackByIndex; index as i "> - - +
+ + +