Skip to content

Commit

Permalink
Merge pull request #175 from TheUpperPart/Design/#174
Browse files Browse the repository at this point in the history
Design: 미리보기 디자인에 공백 추가
  • Loading branch information
pp449 authored Oct 17, 2023
2 parents 28c1c53 + 7d5ebe9 commit 36b9b18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Content/ContentModify.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const ContentModify = ({ title, content, onUpdateContent }: ContentModifyProps)
css={css`
text-align: start;
white-space: pre-line;
padding: 3rem;
`}
>
<PreviewTitle>{titleRef.current ? titleRef.current.value : ''}</PreviewTitle>
Expand Down

0 comments on commit 36b9b18

Please sign in to comment.