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:
parent
d6e0cbdbd3
commit
cc03827f93
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue