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