From 25a62d4a0d908df19f3972b4af35a22d251bc245 Mon Sep 17 00:00:00 2001 From: Zeoic Date: Mon, 17 Feb 2025 16:49:43 -0500 Subject: [PATCH] Update _card.scss --- UI/Web/src/theme/components/_card.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/UI/Web/src/theme/components/_card.scss b/UI/Web/src/theme/components/_card.scss index e773b7fb9..54ef44b9f 100644 --- a/UI/Web/src/theme/components/_card.scss +++ b/UI/Web/src/theme/components/_card.scss @@ -73,6 +73,7 @@ $image-width: 160px; .card-body { + padding: 0px !important; background-color: rgba(0,0,0,0.7); border-width: var(--card-border-width); border-style: var(--card-border-style);