design: 긴 글 넘치지 않게 수정

This commit is contained in:
jhynsoo 2024-08-12 09:15:59 +09:00
parent d755840501
commit 76983bba69
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 {