update: word-wrap for board message
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user