From bd0273491b3bfee94c588c8f452681649a7bcc5b Mon Sep 17 00:00:00 2001 From: qvalentin Date: Sat, 9 Dec 2023 16:26:33 +0100 Subject: [PATCH] Fix height of images in annotations --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index c142d64..37ef7f4 100644 --- a/static/style.css +++ b/static/style.css @@ -160,6 +160,7 @@ a { .annotation img { max-width: 100%; + height: auto; } .annotation ul {