Skip to content

Commit

Permalink
fix: 피드 일지에 줄바꿈 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
sumi-0011 committed Mar 21, 2024
1 parent 5fff5e7 commit 05205b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/feed/FeedItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ const missionNameCss = css({
const remarkCss = css({
textStyle: 'body2',
color: 'text.primary',
whiteSpace: 'pre-wrap',
wordBreak: 'break-word',
});

const captionCss = css({
Expand Down

0 comments on commit 05205b8

Please sign in to comment.