fix. [PWT-145, PWT-146] 텍스트 말줄임표 제거

This commit is contained in:
clkim
2025-12-02 12:29:52 +09:00
parent 7dcd02ab6e
commit 83d1010079
5 changed files with 11 additions and 11 deletions

View File

@@ -547,7 +547,7 @@ onMounted(async () => {
class="flex-col"
>
<div
class="relative flex flex-col items-start justify-start gap-[12px] w-full mt-[16px] md:gap-[16px] md:mt-[24px] lg:flex-row lg:items-end lg:justify-between lg:gap-[0]"
class="relative flex flex-col items-start justify-start gap-[12px] w-full mt-[4px] md:gap-[16px] md:mt-[0] lg:flex-row lg:items-end lg:justify-between lg:gap-[0]"
>
<div
class="relative flex items-center justify-start gap-[20px] w-full lg:w-auto lg:mr-auto"