From ace1100472e1d4025445536808e213b8fbf6a903 Mon Sep 17 00:00:00 2001 From: trendschau Date: Sun, 9 Jan 2022 13:27:22 +0100 Subject: [PATCH] Fix overflow in image component --- system/author/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/system/author/css/style.css b/system/author/css/style.css index 42cb0f0..921cf14 100644 --- a/system/author/css/style.css +++ b/system/author/css/style.css @@ -1053,6 +1053,7 @@ form .hidden{ } .large.img-component img, .large .img-upload img{ width: auto; + max-width: 100%; } fieldset{ display: block;