Merge branch 'fe/linebreak' into 'frontend'
[Front-End] design: 긴 글 넘치지 않게 수정 See merge request s11-webmobile1-sub2/S11P12A701!159
This commit is contained in:
commit
62fca020d9
@ -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 {
|
||||
|
@ -34,6 +34,9 @@
|
||||
font-size: 16px;
|
||||
line-height: 1.4;
|
||||
font-weight: 400;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.empty {
|
||||
|
Loading…
Reference in New Issue
Block a user