update: word-wrap for board message

This commit is contained in:
Tony Yang
2025-04-15 04:25:08 +08:00
parent 153506c1ca
commit 5d61dc07b8
+1
View File
@@ -51,5 +51,6 @@ const avatarUrl = computed(() => {
.ts-conversation .bubble .text { .ts-conversation .bubble .text {
white-space: pre-line; white-space: pre-line;
word-wrap: break-word;
} }
</style> </style>