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

@@ -22,7 +22,7 @@ const imageSrc = computed(() => {
class="flex justify-center items-center w-full max-w-full md:justify-start md:max-w-[1300px]"
>
<span
class="flex justify-center items-center text-white text-[20px] font-bold tracking-[-0.6px] leading-[30px] md:text-[32px] md:leading-[44px] md:tracking-[-0.96px]"
class="text-white text-[20px] font-bold tracking-[-0.6px] leading-[30px] md:text-[32px] md:leading-[44px] md:tracking-[-0.96px] line-clamp-2 text-center md:text-left"
>
{{ props.title }}
</span>