Upgrade css.

This commit is contained in:
retoor 2025-02-09 15:56:19 +01:00
parent a6555dc069
commit 661eba7161

View File

@ -154,13 +154,12 @@ word-break: break-word;
color: #e6e6e6; color: #e6e6e6;
word-break: break-word; word-break: break-word;
overflow-wrap: break-word; overflow-wrap: break-word;
hyphens: auto; hyphens: auto;
} }
.message-content { .message-content {
width: 100%;
display: block; display: block;
max-width: 100%;
} }
.message-content img { .message-content img {