Skip to content

Commit

Permalink
fix: 클래스 제목 두줄로
Browse files Browse the repository at this point in the history
  • Loading branch information
alswlfl29 committed Jul 8, 2024
1 parent 1407872 commit 0eee7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/molecules/LessonSearchCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const LessonSearchCard: FC<IProps> = ({ lesson }) => {
</div>
<div className='w-44 flex flex-col justify-between px-2'>
<div>
<h1 className='w-full font-hanaRegular text-base mb-1 break-all'>
<h1 className='w-full font-hanaRegular text-base mb-1 break-all text-ellipsis line-clamp-2'>
{lesson.title}
</h1>
<p className='font-hanaBold text-sm'>
Expand Down

0 comments on commit 0eee7c6

Please sign in to comment.