add chat class

This commit is contained in:
Hepatica
2024-01-25 23:53:11 +01:00
parent 92f6a0f953
commit 55af0ccf2d

View File

@@ -29,6 +29,11 @@
margin: 0 auto;
} */
.content p {
word-wrap: break-word;
overflow-wrap: break-word;
}
.chat__content--users {
height: 650px;
width: auto;