Skip to content

Commit

Permalink
word break 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
junseublim committed Nov 11, 2024
1 parent bcf2c24 commit ea85e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Polaroid/PolaroidDetail/PolaroidItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const PolaroidItem = ({ polaroid }: PolaroidItemProps) => {
</div>
<PolaroidDescription themaKey={polaroid.options.THEMA}>
<PolaroidMessage
className="max-h-[52px] min-h-[25px] whitespace-normal text-xl leading-6"
className="max-h-[52px] min-h-[25px] whitespace-normal break-all text-xl leading-6"
message={polaroid.oneLineMessage}
/>
<PolaroidNickname
Expand Down

0 comments on commit ea85e48

Please sign in to comment.