Useless button + wrapping

This commit is contained in:
retoor 2025-02-03 20:46:41 +01:00
parent b48a901e33
commit f395d16173

View File

@ -180,7 +180,6 @@ 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; word-break: break-word;
overflow-wrap: break-word; overflow-wrap: break-word;
@ -240,7 +239,6 @@ message-list {
max-width: 100%; max-width: 100%;
word-wrap: break-word; word-wrap: break-word;
overflow-wrap: break-word; overflow-wrap: break-word;
white-space: pre-wrap;
hyphens: auto; hyphens: auto;
img { img {
max-width: 90%; max-width: 90%;