fix: playground气泡溢出 #511
Some checks failed
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled

This commit is contained in:
1808837298@qq.com 2024-09-27 20:49:15 +08:00
parent ede6825f13
commit a41b1e0c1b

View File

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