fix copy render msg

This commit is contained in:
2023-11-10 17:12:57 +08:00
parent 626e7780f8
commit 33f4ab7b42
3 changed files with 85 additions and 45 deletions

View File

@@ -28,6 +28,6 @@ body::-webkit-scrollbar {
display: none;
}
p.message-content {
.message-content {
white-space: pre-wrap;
}