diff --git a/src/snek/static/base.css b/src/snek/static/base.css index 8389618..1aa4ba5 100644 --- a/src/snek/static/base.css +++ b/src/snek/static/base.css @@ -154,13 +154,12 @@ word-break: break-word; color: #e6e6e6; word-break: break-word; overflow-wrap: break-word; -hyphens: auto; - +hyphens: auto; } .message-content { - width: 100%; display: block; + max-width: 100%; } .message-content img {