From e152013e2a4fa27804f3b37c7cbb5cd006952c29 Mon Sep 17 00:00:00 2001 From: smanylov Date: Wed, 8 Apr 2026 16:54:48 +0700 Subject: [PATCH] fix image resize for matched list --- src/app/styles/pages-styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/styles/pages-styles.scss b/src/app/styles/pages-styles.scss index e4199d0..87623fc 100644 --- a/src/app/styles/pages-styles.scss +++ b/src/app/styles/pages-styles.scss @@ -4501,6 +4501,7 @@ position: relative; img { + position: relative !important; height: 100% !important; border-radius: 8px; width: auto !important;