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