From 73768a1b4ab238c28f79c3ef3bb2fb90018d579c Mon Sep 17 00:00:00 2001 From: minggong222 Date: Tue, 3 Dec 2024 14:43:30 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=A4=EB=AC=B8=EC=A1=B0=EC=82=AC=20?= =?UTF-8?q?=EA=B8=80=20=EB=84=98=EC=B9=A8=20=EC=98=A4=EB=A5=98=20=ED=95=B4?= =?UTF-8?q?=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/SurveyResult.module.css | 4 ++-- src/styles/Survey_complete.module.css | 4 ++-- src/styles/Survey_join.module.css | 8 +++++--- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/styles/SurveyResult.module.css b/src/styles/SurveyResult.module.css index 3e21559..0be7ad9 100644 --- a/src/styles/SurveyResult.module.css +++ b/src/styles/SurveyResult.module.css @@ -25,7 +25,8 @@ font-weight: 500; line-height: 20px; padding-left: 30px; - overflow-wrap:break-word; + white-space: normal; + word-wrap: break-all; } .post p { @@ -44,7 +45,6 @@ border: 1px solid #B3B3B3; border-radius: 5px; margin-bottom: 32px; - overflow-wrap:break-word; } .quest_box { diff --git a/src/styles/Survey_complete.module.css b/src/styles/Survey_complete.module.css index 10822b4..4e0bcb5 100644 --- a/src/styles/Survey_complete.module.css +++ b/src/styles/Survey_complete.module.css @@ -24,7 +24,8 @@ font-weight: 500; line-height: 20px; padding-left: 30px; - overflow-wrap: break-work; + white-space: normal; + word-wrap: break-all; } .post p { @@ -43,7 +44,6 @@ border: 1px solid #B3B3B3; border-radius: 5px; margin-bottom: 32px; - overflow-wrap: break-work; } .complete { diff --git a/src/styles/Survey_join.module.css b/src/styles/Survey_join.module.css index 58c9442..66b46db 100644 --- a/src/styles/Survey_join.module.css +++ b/src/styles/Survey_join.module.css @@ -18,13 +18,17 @@ } .survey_container h3 { + display: block; width: 1228px; + height: auto; text-align: left; font-family: Pretendard; font-size: 20px; font-weight: 500; line-height: 20px; padding-left: 30px; + white-space: normal; + word-wrap: break-all; } .post p { font-family: Pretendard; @@ -42,9 +46,7 @@ border-radius: 5px; margin-bottom: 32px; } -.post h3 { - word-wrap: break-word; -} + .quest_box { width: 1228px;