diff --git a/Shared/Player/Video Details/VideoActions.swift b/Shared/Player/Video Details/VideoActions.swift index e62a7735..e8ec2459 100644 --- a/Shared/Player/Video Details/VideoActions.swift +++ b/Shared/Player/Video Details/VideoActions.swift @@ -206,6 +206,7 @@ struct VideoActions: View { .foregroundColor(active ? Color("AppRedColor") : .secondary) .font(.caption2) .allowsTightening(true) + .lineLimit(1) } } .padding(.horizontal, playerActionsButtonLabelStyle.text ? 6 : 12)