🐛 修复文本过长导致的渲染溢出

*PostID:46427968
This commit is contained in:
BTMuli
2023-12-13 15:42:14 +08:00
parent 86c87344ea
commit 9ad20640e6

View File

@@ -215,6 +215,7 @@ function getEmojiName() {
}
.tp-text-span {
overflow-wrap: break-word;
white-space: pre-wrap;
}
</style>