Add formating word for chat

This commit is contained in:
Hepatica
2024-01-27 01:30:40 +01:00
parent 55af0ccf2d
commit 85031adbcf
2 changed files with 32 additions and 21 deletions

View File

@@ -30,8 +30,10 @@
} */
.content p {
display: block;
word-wrap: break-word;
overflow-wrap: break-word;
overflow: hidden;
}
.chat__content--users {