Skip to content

Commit 5bd43fe

Browse files
committed
발표 상세페이지 > description에 new line 보여주도록 변경
1 parent 02b7cc9 commit 5bd43fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/pages/program/talks/[id].tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ interface TalkListDetailProps extends LocalePage<ITalkItem> {
1616

1717
const Description = styled.div`
1818
margin-top: 2rem;
19+
white-space: pre-line;
1920
`
2021

2122
const SpeakerContainer = styled.div`

0 commit comments

Comments
 (0)