From db3120c0b59be4e85a6c2082e2784c8f998e2bb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=95=EA=B8=B0=EC=98=81?= Date: Tue, 13 Aug 2024 14:32:39 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=A7=88=EC=9D=B4=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EA=B0=95=EC=9D=98=20=EC=B9=B4=EB=93=9C=ED=81=AC?= =?UTF-8?q?=EA=B8=B0=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/LearningLecturesPage/LearningLecturesPage.module.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/pages/LearningLecturesPage/LearningLecturesPage.module.css b/frontend/src/pages/LearningLecturesPage/LearningLecturesPage.module.css index 06a22b5..d5d5d4c 100644 --- a/frontend/src/pages/LearningLecturesPage/LearningLecturesPage.module.css +++ b/frontend/src/pages/LearningLecturesPage/LearningLecturesPage.module.css @@ -22,6 +22,9 @@ line-height: 1.4; font-weight: 400; color: var(--text-color); + min-width: 0; + overflow: hidden; + text-overflow: ellipsis; } .thumbnail {