Merge branch 'fe/linebreak' into 'frontend'

[Front-End] design: 긴 글 넘치지 않게 수정

See merge request s11-webmobile1-sub2/S11P12A701!159
This commit is contained in:
정기영 2024-08-12 09:19:19 +09:00
commit 62fca020d9
2 changed files with 6 additions and 1 deletions

View File

@ -14,6 +14,7 @@
display: flex;
justify-content: space-between;
align-items: end;
word-break: break-word;
}
.headerInside {
@ -53,7 +54,8 @@
line-height: 1.4;
font-weight: 400;
margin: 0;
white-space: pre-wrap;
white-space: pre-line;
word-break: break-word;
}
.icon {

View File

@ -34,6 +34,9 @@
font-size: 16px;
line-height: 1.4;
font-weight: 400;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.empty {