From deada580e521b9ac1766ae3b69c2db0cef4df968 Mon Sep 17 00:00:00 2001 From: ghuds540 Date: Sun, 11 Jan 2026 19:17:41 -0500 Subject: [PATCH] fix: align card images to center (#6481) --- ui/v2.5/src/components/Images/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/v2.5/src/components/Images/styles.scss b/ui/v2.5/src/components/Images/styles.scss index 8bc736aae..0050a9434 100644 --- a/ui/v2.5/src/components/Images/styles.scss +++ b/ui/v2.5/src/components/Images/styles.scss @@ -86,6 +86,7 @@ } &-preview { + align-items: center; display: flex; justify-content: center; margin-bottom: 5px; @@ -94,7 +95,6 @@ &-image { height: 100%; object-fit: contain; - object-position: top; width: 100%; }