From b3dac84a1452f9175addd48b3b2ba5bc4321ae47 Mon Sep 17 00:00:00 2001 From: yougyung Date: Thu, 14 Mar 2024 12:03:36 +0900 Subject: [PATCH] style: add option truncate --- app/ui/view/molecule/upload-pdf/upload-pdf.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ui/view/molecule/upload-pdf/upload-pdf.tsx b/app/ui/view/molecule/upload-pdf/upload-pdf.tsx index 09173f2e..d5aeeaaa 100644 --- a/app/ui/view/molecule/upload-pdf/upload-pdf.tsx +++ b/app/ui/view/molecule/upload-pdf/upload-pdf.tsx @@ -20,7 +20,7 @@ function UploadPdf() { className="relative p-2 m-auto w-96 flex flex-col justify-center items-center gap-2 border-dashed border-2 rounded-sm rounded-bl-xl border-light-blue-6 bg-light-blue-1 text-light-blue-6 max-lg:w-80" > upload-button - + {file ? file.name : '마우스로 드래그 하거나 아이콘을 눌러 추가해주세요.'}