We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5a6ec commit 043835eCopy full SHA for 043835e
WooCommerce/Classes/Authentication/Navigation Exceptions/ULErrorViewController.swift
@@ -86,6 +86,8 @@ private extension ULErrorViewController {
86
extraInfoButton.applyLinkButtonStyle()
87
extraInfoButton.contentEdgeInsets = Constants.extraInfoCustomInsets
88
extraInfoButton.setTitle(viewModel.auxiliaryButtonTitle, for: .normal)
89
+ extraInfoButton.titleLabel?.numberOfLines = 2
90
+ extraInfoButton.titleLabel?.textAlignment = .center
91
extraInfoButton.on(.touchUpInside) { [weak self] _ in
92
self?.didTapAuxiliaryButton()
93
}
0 commit comments