fix: playground气泡溢出 #511

This commit is contained in:
1808837298@qq.com 2024-09-27 20:49:15 +08:00
parent 04a68a85dd
commit 746311242b

View File

@ -65,6 +65,11 @@ body {
height: 100%;
}
.semi-chat-chatBox-content {
min-width: auto;
word-break: break-word;
}
.tableHiddle {
display: none !important;
}