1080分辨率下数字字母不换行错误

This commit is contained in:
lmj
2022-10-24 17:36:10 +08:00
parent d95af4a4c3
commit 9218d58f3c
2 changed files with 2 additions and 0 deletions

View File

@@ -121,6 +121,7 @@
.answer-text{
margin-bottom: 18px;
font-size: 14px;
word-break:break-all;
color: #333330;
line-height: 20px;
}

View File

@@ -121,6 +121,7 @@
margin-bottom: 18px;
font-size: 14px;
color: #333330;
word-break:break-all;
line-height: 20px;
}
}