Fix card cropping on item details page

This commit is contained in:
Bill Thornton
2022-10-13 00:47:06 -04:00
parent b14d76a3d4
commit 0b9415a041

View File

@@ -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 & {