summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ios/MullvadVPN/LoginContentView.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/MullvadVPN/LoginContentView.swift b/ios/MullvadVPN/LoginContentView.swift
index 7d12eee025..1952bb2e4e 100644
--- a/ios/MullvadVPN/LoginContentView.swift
+++ b/ios/MullvadVPN/LoginContentView.swift
@@ -25,6 +25,7 @@ class LoginContentView: UIView {
textLabel.font = UIFont.systemFont(ofSize: 17)
textLabel.textColor = UIColor.white.withAlphaComponent(0.6)
textLabel.translatesAutoresizingMaskIntoConstraints = false
+ textLabel.numberOfLines = 0
return textLabel
}()