From 8b80f8ebe7cf2d7f54c7356fcbdbc2fa83681a31 Mon Sep 17 00:00:00 2001 From: jimtng <2554958+jimtng@users.noreply.github.com> Date: Sat, 15 Feb 2025 21:58:53 +1000 Subject: [PATCH] oh-image-card: Fix inconsistent image size when action is defined (#3046) Fixes #3002. Signed-off-by: Jimmy Tanagra (cherry picked from commit a7cc8f762c41cf646ca05cdac5e470c85e66af19) --- .../web/src/components/widgets/standard/oh-image-card.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bundles/org.openhab.ui/web/src/components/widgets/standard/oh-image-card.vue b/bundles/org.openhab.ui/web/src/components/widgets/standard/oh-image-card.vue index 237036ed3..0e63126d9 100644 --- a/bundles/org.openhab.ui/web/src/components/widgets/standard/oh-image-card.vue +++ b/bundles/org.openhab.ui/web/src/components/widgets/standard/oh-image-card.vue @@ -1,7 +1,7 @@