From 9a021042885292a7e7312aa1990c2b78f4d129c8 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Mon, 8 Aug 2022 22:26:19 +0100 Subject: [PATCH] styling --- .../app/components/detailed-card/detailed-card.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ombi/ClientApp/src/app/components/detailed-card/detailed-card.component.scss b/src/Ombi/ClientApp/src/app/components/detailed-card/detailed-card.component.scss index edc9f0707..ab9668074 100644 --- a/src/Ombi/ClientApp/src/app/components/detailed-card/detailed-card.component.scss +++ b/src/Ombi/ClientApp/src/app/components/detailed-card/detailed-card.component.scss @@ -24,7 +24,7 @@ opacity: 1; display: block; width: 100%; - height: auto; + height: 200px; transition: .5s ease; backface-visibility: hidden; }