From 84109a342928251da5e685fde0072308016ca0f6 Mon Sep 17 00:00:00 2001 From: arne Date: Fri, 21 Nov 2025 08:26:38 +0100 Subject: [PATCH] Fix badly stretched image attachments --- public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.html b/public/index.html index e87f052..5742287 100644 --- a/public/index.html +++ b/public/index.html @@ -230,6 +230,7 @@ margin-top: 16px; height: 320px; display: flex; + align-items: flex-start; max-width: 100%; overflow: auto; }