From 0b9415a04178ff3cbc2669b7256117e1509e0dce Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Thu, 13 Oct 2022 00:47:06 -0400 Subject: [PATCH] Fix card cropping on item details page --- src/assets/css/librarybrowser.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/assets/css/librarybrowser.scss b/src/assets/css/librarybrowser.scss index af3eacadaf..aef51213d1 100644 --- a/src/assets/css/librarybrowser.scss +++ b/src/assets/css/librarybrowser.scss @@ -738,6 +738,8 @@ left: 3.3%; top: -80%; width: 25vw; + // FIXME: the fixed width + max height cause the card to be cropped this needs a proper fix + max-height: none; } .layout-tv & {