style: fix text truncation overflow in risk info section for tablet (add word-break)
This commit is contained in:
@@ -747,6 +747,8 @@ body {
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: var(--text-secondary);
|
color: var(--text-secondary);
|
||||||
line-height: 1.8;
|
line-height: 1.8;
|
||||||
|
word-break: break-word; /* 确保数字和英文长句也能折行 */
|
||||||
|
white-space: normal;
|
||||||
}
|
}
|
||||||
.risk-info .risk-row {
|
.risk-info .risk-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user