Skip to content

Commit

Permalink
fix: 텍스트가 영역을 넘어가지 않도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
100Gyeon committed Aug 28, 2023
1 parent 1cfbdd1 commit 83a8187
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ const SDetailText = styled('p', {
fontAg: '16_medium_150',
color: '$white100',
boxSizing: 'border-box',
wordBreak: 'break-word',
});

const SEmptyText = styled('p', {
Expand Down

0 comments on commit 83a8187

Please sign in to comment.