diff --git a/damus/Views/LoginView.swift b/damus/Views/LoginView.swift index 9bcba8b9..02d7791b 100644 --- a/damus/Views/LoginView.swift +++ b/damus/Views/LoginView.swift @@ -83,6 +83,7 @@ struct LoginView: View { Text("This is a public key, you will not be able to make posts or interact in any way. This is used for viewing accounts from their perspective.", comment: "Warning that the inputted account key is a public key and the result of what happens because of it.") .foregroundColor(Color.orange) .bold() + .fixedSize(horizontal: false, vertical: true) } if let p = parsed {