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 1/2] =?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 { From 8bc9dc1ac33876abd5807f58d8615d264921fdff 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:37:12 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=EC=88=98=EC=97=85=20=EC=A0=95?= =?UTF-8?q?=EB=B3=B4=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=88=98=EC=97=85?= =?UTF-8?q?=EC=8B=9C=EA=B0=84=20=EC=A4=84=EB=B0=94=EA=BF=88=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 --- frontend/src/components/ClassInfo/ClassInfo.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/ClassInfo/ClassInfo.module.css b/frontend/src/components/ClassInfo/ClassInfo.module.css index a729c6c..4eecb7d 100644 --- a/frontend/src/components/ClassInfo/ClassInfo.module.css +++ b/frontend/src/components/ClassInfo/ClassInfo.module.css @@ -41,6 +41,7 @@ font-weight: 400; line-height: 1.4; color: var(--text-color-secondary); + word-break: break-all; } .button {