diff --git a/Mac/Preferences/Accounts/AddAccountsView.swift b/Mac/Preferences/Accounts/AddAccountsView.swift index b5bb3f6ae..00c958c72 100644 --- a/Mac/Preferences/Accounts/AddAccountsView.swift +++ b/Mac/Preferences/Accounts/AddAccountsView.swift @@ -165,6 +165,7 @@ struct AddAccountsView: View { Text(AddAccountSections.local.sectionFooter).foregroundColor(.gray) .padding(.horizontal) + .lineLimit(3) } @@ -196,6 +197,7 @@ struct AddAccountsView: View { Text(AddAccountSections.icloud.sectionFooter).foregroundColor(.gray) .padding(.horizontal) + .lineLimit(3) } } @@ -226,6 +228,7 @@ struct AddAccountsView: View { Text(AddAccountSections.web.sectionFooter).foregroundColor(.gray) .padding(.horizontal) + .lineLimit(3) } } @@ -253,6 +256,7 @@ struct AddAccountsView: View { Text(AddAccountSections.selfhosted.sectionFooter).foregroundColor(.gray) .padding(.horizontal) + .lineLimit(3) } }