From 4f48d52eba88f7c09b38ec168f7694ed48c77eb1 Mon Sep 17 00:00:00 2001 From: iamsivin Date: Fri, 31 Jan 2025 21:56:36 +0530 Subject: [PATCH] chore: Minor fix --- .../components-next/message/chips/AttachmentChips.vue | 2 +- .../dashboard/components-next/message/chips/File.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/javascript/dashboard/components-next/message/chips/AttachmentChips.vue b/app/javascript/dashboard/components-next/message/chips/AttachmentChips.vue index 5b70307fe..b77477bd2 100644 --- a/app/javascript/dashboard/components-next/message/chips/AttachmentChips.vue +++ b/app/javascript/dashboard/components-next/message/chips/AttachmentChips.vue @@ -89,7 +89,7 @@ const files = computed(() => {
-
+
{ : str; return fileType.value - ? `${truncatedName(name, 14, true)}.${fileType.value}` - : truncatedName(name, 16, false); + ? `${truncatedName(name, 12, true)}.${fileType.value}` + : truncatedName(name, 14, false); }); const textColorClass = computed(() => { @@ -83,7 +83,7 @@ const textColorClass = computed(() => { >