From 661eba7161c1d869d73f04641878521fbdf8b72a Mon Sep 17 00:00:00 2001 From: retoor Date: Sun, 9 Feb 2025 15:56:19 +0100 Subject: [PATCH] Upgrade css. --- src/snek/static/base.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 {