From 60a892d73ba3ee7527d747489b70d7a7de5756ed Mon Sep 17 00:00:00 2001 From: gladiusKatana Date: Thu, 8 Jun 2023 13:54:08 -0400 Subject: [PATCH] LoginView: prevent explainer-text cutoff on login with npub Changelog-Fixed: Fix text cutoff on login with npub Closes: #1264 --- damus/Views/LoginView.swift | 1 + 1 file changed, 1 insertion(+) 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 {