Skip to content

Commit

Permalink
Fix : 공지사항 개행 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seonwoonam committed Dec 6, 2023
1 parent 597b859 commit 219f56b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export default function MainPage() {
</IconButton>
</div>


<Box sx={{ height: '12px' }} />
<GrayBorderBox style={{
display: 'flex', // Flexbox 레이아웃 사용
flexDirection: 'column', // 요소들을 세로 방향으로 정렬
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function AnnouncementPage(){
<div className={styles.announcementAuthor}>
작성자 : {announcement.getAuthorId()}
</div>
<div style={{paddingTop : '12px'}}>
<div style={{paddingTop : '12px', whiteSpace: 'pre-wrap'}}>
{announcement.getBody()}
</div>
</GrayBorderBox>
Expand Down

0 comments on commit 219f56b

Please sign in to comment.