Skip to content

Commit

Permalink
fix: 글상세페이지 글쓴이 설명 break all 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
ljh0608 committed Jan 13, 2025
1 parent 9b644c3 commit 8a9191b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/postDetail/PostDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,9 @@ const WriterDesc = styled.div`
height: 6.6rem;
color: ${({ theme }) => theme.colors.gray80};
${({ theme }) => theme.fonts.body3};
word-break: break-all;
${({ theme }) => theme.fonts.body3};
@media ${MOBILE_MEDIA_QUERY} {
${({ theme }) => theme.fonts.mBody3};
width: 100%;
Expand Down

0 comments on commit 8a9191b

Please sign in to comment.