message use 100% withd

This commit is contained in:
srgooglo 2022-10-07 21:14:12 +02:00
parent 13b251e4ba
commit 90a14018b7

View File

@ -244,10 +244,14 @@
overflow: hidden; overflow: hidden;
.message { .message {
width: 100%;
font-size: 14px; font-size: 14px;
font-family: "Poppins", sans-serif; font-family: "Poppins", sans-serif;
word-break: break-all; word-break: break-all;
user-select: text; user-select: text;
color: var(--background-color-contrast) color: var(--background-color-contrast)
} }