Skip to content

Commit

Permalink
Merge pull request #623 from depromeet/hotfix/feed-enter
Browse files Browse the repository at this point in the history
피드 일지에 줄바꿈 적용
  • Loading branch information
sumi-0011 committed Mar 21, 2024
2 parents 5fff5e7 + 05205b8 commit 2e4b13a
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 2e4b13a

Please sign in to comment.