Backport pull request #4039 from jellyfin/release-10.8.z
Fix card cropping on item details page
Original-merge: fb39a56700
Merged-by: Bill Thornton <thornbill@users.noreply.github.com>
Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
@@ -918,6 +918,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 & {
|
||||
|
||||
Reference in New Issue
Block a user