Skip to content

Commit

Permalink
Merge pull request #305 from SOPT-all/fix/#304/style
Browse files Browse the repository at this point in the history
[Fix] ๊ธ€์ž ์ˆ˜ ์ œํ•œ
  • Loading branch information
rtttr1 authored Jan 24, 2025
2 parents 6d2168a + d224c29 commit f2c7c4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/home/components/LessonItem/index.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ export const classImageStyle = style({
});

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

whiteSpace: 'normal',
overflow: 'hidden',
wordBreak: 'break-all',

});

export const teacherImageStyle = style({
Expand Down

0 comments on commit f2c7c4c

Please sign in to comment.