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

@@ -14,6 +14,6 @@ const props = defineProps<{
<style scoped>
.description {
@apply line-clamp-4 text-[15px] font-[400] tracking-[-0.45px] leading-[24px] drop-shadow-[0_2px_2px_rgba(0,0,0,0.6)] md:tracking-[-0.6px] md:line-clamp-3 md:text-[20px] md:leading-[30px];
@apply text-[15px] font-[400] tracking-[-0.45px] leading-[24px] drop-shadow-[0_2px_2px_rgba(0,0,0,0.6)] md:tracking-[-0.6px] md:text-[20px] md:leading-[30px];
}
</style>