From 84fd7695704ce15e2447c84637fcf2a318fc6b08 Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Tue, 5 Aug 2025 12:22:29 +0530 Subject: [PATCH] fix: Overflow issue with conversation card (#12104) # Pull Request Template ## Description This PR fixes a minor UI overflow issue in the conversation card, where the assignee name overflows when the inbox name is too long. ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) ## How Has This Been Tested? ### Screenshot **Before** image **After** image ## Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my code - [ ] I have commented on my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules --- .../dashboard/components/widgets/InboxName.vue | 10 +++++----- .../widgets/conversation/ConversationCard.vue | 14 +++++++++----- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/app/javascript/dashboard/components/widgets/InboxName.vue b/app/javascript/dashboard/components/widgets/InboxName.vue index 693162f95..cf48b0837 100644 --- a/app/javascript/dashboard/components/widgets/InboxName.vue +++ b/app/javascript/dashboard/components/widgets/InboxName.vue @@ -19,14 +19,14 @@ export default { diff --git a/app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue b/app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue index e87bea268..62a0c41c0 100644 --- a/app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue +++ b/app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue @@ -299,17 +299,21 @@ export default {
-
- -
+
+ +
{{ assignee.name }} - +