Skip to content

Commit

Permalink
style: 생성한 리뷰 관리 페이지 설명 whitespace 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
hayamaster committed Dec 1, 2023
1 parent f7276db commit 1df5210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/CreatedReviewManagePage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const CreatedReviewManagePage = () => {

<div className="mx-auto flex w-full max-w-[37.5rem] flex-col px-5 py-7 md:p-10">
<h1 className="text-xl md:text-2xl">{getReviewQuestion?.title}</h1>
<h2 className="mt-3 text-sm md:mt-4 md:text-xl">
<h2 className="mt-3 whitespace-pre-wrap text-sm md:mt-4 md:text-xl">
{getReviewQuestion?.description}
</h2>
<div className="mt-7">{REVIEW_MANAGE_TAB_CONTENT[activeTab]}</div>
Expand Down

0 comments on commit 1df5210

Please sign in to comment.