From b8ead0539f27c4ea816ff535aa19261f90464e6f Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sat, 7 Oct 2023 06:09:52 -0400 Subject: [PATCH] Limit width of height allocated image to parent width --- view/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/view/global.css b/view/global.css index ecab5a1c15..f49f8ac5e2 100644 --- a/view/global.css +++ b/view/global.css @@ -715,6 +715,7 @@ figure.img-allocated-height { position: relative; background: center / auto rgba(0, 0, 0, 0.05) url(/images/icons/image.png) no-repeat; margin: 0; + max-width: 100%; } figure.img-allocated-height img{ position: absolute;