From a89899a7ebce1fb45c622b473a63a6b251f1460f Mon Sep 17 00:00:00 2001 From: Saqib Ansari Date: Mon, 19 Feb 2024 19:00:36 +0530 Subject: [PATCH] fix: attached file name overflow --- frontend/src/components/Controls/Attachment.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/Controls/Attachment.vue b/frontend/src/components/Controls/Attachment.vue index 0e003c1a7..43af505e8 100644 --- a/frontend/src/components/Controls/Attachment.vue +++ b/frontend/src/components/Controls/Attachment.vue @@ -1,5 +1,5 @@