summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2021-10-04 12:31:35 +0200
committerAndrej Mihajlov <and@mullvad.net>2021-10-05 10:18:42 +0200
commit8d9927d9015cfc94559d4909796afc0c19f2852e (patch)
tree4d24f248f995189680dad9afe77b376d57523a0a
parent1c6ba56a52ff6b6f2f7b24d263a948de34b827fa (diff)
downloadmullvadvpn-8d9927d9015cfc94559d4909796afc0c19f2852e.tar.xz
mullvadvpn-8d9927d9015cfc94559d4909796afc0c19f2852e.zip
Login: enable multiline message label
-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
}()