From a6533dcb293bf64dc399ca48dbc8b020d9bc50fc Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Wed, 15 Jun 2022 23:48:14 +0200 Subject: [PATCH] Fix video cell details layout --- Shared/Videos/VideoCell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/Videos/VideoCell.swift b/Shared/Videos/VideoCell.swift index 8b9fd826..49510c28 100644 --- a/Shared/Videos/VideoCell.swift +++ b/Shared/Videos/VideoCell.swift @@ -284,7 +284,7 @@ struct VideoCell: View { } .lineLimit(1) .foregroundColor(.secondary) - .frame(minHeight: 30, alignment: .top) + .frame(maxWidth: .infinity, minHeight: 30, alignment: .topLeading) #if os(tvOS) .padding(.bottom, 10) #endif