Skip to content

Commit

Permalink
fix: 책 상세페이지 요약글에 word-break all 속성 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
gxxrxn committed Jun 27, 2024
1 parent d7f604f commit a467b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/book/detail/BookInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const BookSummary = ({
summary: string;
bookUrl: string;
}) => (
<p>
<p className="break-all">
{summary}&nbsp;...&nbsp;
{bookUrl && (
<a target="_blank" href={bookUrl}>
Expand Down

0 comments on commit a467b2b

Please sign in to comment.