From 0376c0ac738a769acb7bac7b655a02e3ddc602ec Mon Sep 17 00:00:00 2001 From: caadiq Date: Sat, 10 Jan 2026 10:37:11 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EA=B2=80=EC=83=89=20=EC=B9=B4=EB=93=9C?= =?UTF-8?q?=20=EC=A0=9C=EB=AA=A9=202=EC=A4=84=20ellipsis=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - line-clamp-2 추가하여 긴 제목 잘림 처리 --- frontend/src/pages/mobile/public/Schedule.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/mobile/public/Schedule.jsx b/frontend/src/pages/mobile/public/Schedule.jsx index 8803bfb..8411938 100644 --- a/frontend/src/pages/mobile/public/Schedule.jsx +++ b/frontend/src/pages/mobile/public/Schedule.jsx @@ -655,7 +655,7 @@ function ScheduleCard({ schedule, categoryColor, categories, delay = 0 }) { {/* 제목 */} -

+

{decodeHtmlEntities(schedule.title)}