fix. [PWT-145, PWT-146] 텍스트 말줄임표 제거
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user