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 {
|
.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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue