chat message width / word break fix

This commit is contained in:
mrfry 2021-06-01 09:27:21 +02:00
parent d6e0cbdbd3
commit cc03827f93

View file

@ -107,7 +107,7 @@
.messages { .messages {
display: flex; display: flex;
flex-flow: column; flex-flow: column;
word-break: break-all; overflow-wrap: break-word;
padding: 5px 0px; padding: 5px 0px;
overflow-x: none; overflow-x: none;
@ -131,7 +131,6 @@
display: flex; display: flex;
margin: 2px 10px; margin: 2px 10px;
max-width: 300px;
} }
.messageContainer img { .messageContainer img {
@ -172,6 +171,7 @@
padding: 5px 8px; padding: 5px 8px;
border-radius: 4px; border-radius: 4px;
color: black; color: black;
max-width: 400px;
} }
.sendButton { .sendButton {