From e4918de56d9f11e7dc1f42e8fac2e193deef3f9f Mon Sep 17 00:00:00 2001 From: minwucho Date: Tue, 13 Aug 2024 13:55:26 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B0=95=EC=9D=98=20info=20page=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EA=B8=80=20=EB=84=98=EC=B9=98=EB=8A=94=EA=B1=B0=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/LectureInfoPage/LectureInfoPage.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/pages/LectureInfoPage/LectureInfoPage.module.css b/frontend/src/pages/LectureInfoPage/LectureInfoPage.module.css index 6611c6d..2079dc0 100644 --- a/frontend/src/pages/LectureInfoPage/LectureInfoPage.module.css +++ b/frontend/src/pages/LectureInfoPage/LectureInfoPage.module.css @@ -40,5 +40,6 @@ line-height: 1.4; font-weight: 400; margin: 0; + word-break: break-all; } }