Skip to content

Commit

Permalink
fix: 달력 내 줄바꿈 방지
Browse files Browse the repository at this point in the history
  • Loading branch information
wokbjso committed Nov 16, 2024
1 parent fb93f41 commit 303b311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const DateStyles = css({
width: '18px',
marginBottom: '5px',
borderRadius: 'full',
wordBreak: 'keep-all',
});

const EmptyStyles = '';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,5 @@ const CurrentDateStyles = css({
textAlign: 'center',
textStyle: 'heading2',
fontWeight: 'bold',
wordBreak: 'keep-all',
});

0 comments on commit 303b311

Please sign in to comment.