Skip to content

Commit

Permalink
fix: 스타일 수정 (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtttr1 committed Jan 24, 2025
1 parent 5553972 commit b8a6ba9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/home/components/LessonItem/index.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ export const classImageStyle = style({
});

export const titleStyle = style({
width: '16.4rem',
minWidth: '16.4rem',
maxHeight: '4rem',

whiteSpace: 'normal',
overflow: 'hidden',
});

export const teacherImageStyle = style({
Expand Down

0 comments on commit b8a6ba9

Please sign in to comment.