Merge branch 'FE/Fix' into 'frontend'

[Front-End] fix: 마이페이지 강의 카드크기 수정

See merge request s11-webmobile1-sub2/S11P12A701!190
This commit is contained in:
조민우 2024-08-13 14:48:11 +09:00
commit 1667cfbc26
2 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,7 @@
font-weight: 400; font-weight: 400;
line-height: 1.4; line-height: 1.4;
color: var(--text-color-secondary); color: var(--text-color-secondary);
word-break: break-all;
} }
.button { .button {

View File

@ -22,6 +22,9 @@
line-height: 1.4; line-height: 1.4;
font-weight: 400; font-weight: 400;
color: var(--text-color); color: var(--text-color);
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
} }
.thumbnail { .thumbnail {