mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
chat message width / word break fix
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user