diff --git a/Sources/AlertToast/AlertToast.swift b/Sources/AlertToast/AlertToast.swift index 17bf751..d5b4514 100644 --- a/Sources/AlertToast/AlertToast.swift +++ b/Sources/AlertToast/AlertToast.swift @@ -266,6 +266,8 @@ public struct AlertToast: View{ if let subTitle = subTitle { Text(LocalizedStringKey(subTitle)) .font(style?.subTitleFont ?? Font.subheadline) + .lineLimit(nil) + .fixedSize(horizontal: false, vertical: true) } } .multilineTextAlignment(.leading)