diff --git a/src/components/customerService/faq/FAQContent.styled.ts b/src/components/customerService/faq/FAQContent.styled.ts index 1ceb05c8..ae35aeab 100644 --- a/src/components/customerService/faq/FAQContent.styled.ts +++ b/src/components/customerService/faq/FAQContent.styled.ts @@ -50,4 +50,5 @@ export const ListButtonWrapper = styled.div` export const ListContent = styled.div` font-size: 1.1rem; padding-right: 1.5rem; + white-space: pre-wrap; `; diff --git a/src/components/customerService/noticeDetail/content/NoticeDetailContent.styled.ts b/src/components/customerService/noticeDetail/content/NoticeDetailContent.styled.ts index fc65086c..25ac54d6 100644 --- a/src/components/customerService/noticeDetail/content/NoticeDetailContent.styled.ts +++ b/src/components/customerService/noticeDetail/content/NoticeDetailContent.styled.ts @@ -62,7 +62,5 @@ export const ContentWrapper = styled.div` export const Content = styled.div` width: 100%; - height: 100%; white-space: pre-wrap; - cursor: text; `;