From 3a7009a934a700beaa3a075e3f03690dfc7c6c9c Mon Sep 17 00:00:00 2001 From: se0jinYoon Date: Wed, 30 Oct 2024 19:49:14 +0900 Subject: [PATCH 1/3] =?UTF-8?q?design:=20=EA=B8=80=EC=83=81=EC=84=B8?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20word-break=20=EC=86=8D=EC=84=B1?= =?UTF-8?q?=20=EC=88=AB=EC=9E=90,=20=EC=98=81=EC=96=B4,=20=ED=8A=B9?= =?UTF-8?q?=EC=88=98=EB=AC=B8=EC=9E=90=EB=8F=84=20=EB=90=98=EA=B2=8C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/postDetail/PostDetail.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/postDetail/PostDetail.tsx b/src/pages/postDetail/PostDetail.tsx index 767f71f3..7c654840 100644 --- a/src/pages/postDetail/PostDetail.tsx +++ b/src/pages/postDetail/PostDetail.tsx @@ -326,7 +326,7 @@ const PostContainer = styled.div` min-height: 6rem; padding: 3.6rem; - word-break: keep-all; + word-break: break-all; background-color: ${({ theme }) => theme.colors.white}; border-radius: 10px; From deb6684199638ed605928a19c951cd00210db078 Mon Sep 17 00:00:00 2001 From: se0jinYoon Date: Tue, 5 Nov 2024 16:10:24 +0900 Subject: [PATCH 2/3] =?UTF-8?q?design:=20=EA=B8=80=EC=83=81=EC=84=B8?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=A0=9C=EB=AA=A9=20break-all=20?= =?UTF-8?q?=EC=86=8D=EC=84=B1=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/postDetail/PostDetail.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/postDetail/PostDetail.tsx b/src/pages/postDetail/PostDetail.tsx index 7c654840..a28b8169 100644 --- a/src/pages/postDetail/PostDetail.tsx +++ b/src/pages/postDetail/PostDetail.tsx @@ -254,6 +254,7 @@ const DetailBox = styled.div` const TitleText = styled.h1` color: ${({ theme }) => theme.colors.grayBlack}; ${({ theme }) => theme.fonts.title1}; + word-break: break-all; `; const DateText = styled.p` From e0a6ccab040b14b92f2edb3c3ac3eac03dabba9e Mon Sep 17 00:00:00 2001 From: se0jinYoon Date: Tue, 5 Nov 2024 16:14:13 +0900 Subject: [PATCH 3/3] =?UTF-8?q?design:=20=EA=B8=80=EB=AA=A8=EC=9E=84=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=BA=90=EB=9F=AC=EC=85=80=20?= =?UTF-8?q?=EA=B8=80=20=EB=82=B4=EC=9A=A9=20=EB=84=98=EC=B9=98=EB=8A=94=20?= =?UTF-8?q?=EA=B1=B0=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/groupFeed/carousel/Carousel.tsx | 1 - src/pages/groupFeed/carousel/EachArticle.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/groupFeed/carousel/Carousel.tsx b/src/pages/groupFeed/carousel/Carousel.tsx index a506aae0..156dcb87 100644 --- a/src/pages/groupFeed/carousel/Carousel.tsx +++ b/src/pages/groupFeed/carousel/Carousel.tsx @@ -114,6 +114,5 @@ const TopicDescription = styled.div` width: 63.1rem; color: ${({ theme }) => theme.colors.gray70}; - ${({ theme }) => theme.fonts.body3}; `; diff --git a/src/pages/groupFeed/carousel/EachArticle.tsx b/src/pages/groupFeed/carousel/EachArticle.tsx index 21823ed5..d6601261 100644 --- a/src/pages/groupFeed/carousel/EachArticle.tsx +++ b/src/pages/groupFeed/carousel/EachArticle.tsx @@ -187,8 +187,8 @@ const ArticleContent = styled.div` overflow: hidden; color: ${({ theme }) => theme.colors.gray70}; - ${({ theme }) => theme.fonts.body3}; + word-break: break-all; `; const ArticleInfo = styled.div`