Updated CSS.
This commit is contained in:
parent
23c8ebca73
commit
38a24e9a12
@ -2,9 +2,6 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
/*padding: 0;*/
|
/*padding: 0;*/
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
white-space: pre-wrap;
|
|
||||||
word-break: break-word;
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery {
|
.gallery {
|
||||||
@ -183,6 +180,10 @@ message-list {
|
|||||||
.chat-messages .message .message-content .text {
|
.chat-messages .message .message-content .text {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
color: #e6e6e6;
|
color: #e6e6e6;
|
||||||
|
white-space: pre-wrap;
|
||||||
|
word-break: break-word;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-messages .message .message-content .time {
|
.chat-messages .message .message-content .time {
|
||||||
|
Loading…
Reference in New Issue
Block a user