Merge pull request #320 from James-Sangalli/make-date-time-in-chinese-sell-prompt-wrap-better

Make date and time for sell prompt wrap better for Chinese (Chinese equivalent of AM/PM and hh:mm is not in the same line)
pull/326/head
James Sangalli 7 years ago committed by GitHub
commit 11c46ab6ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Trust/Sell/ViewControllers/GenerateSellMagicLinkViewController.swift

@ -89,8 +89,8 @@ class GenerateSellMagicLinkViewController: UIViewController {
actionButton.heightAnchor.constraint(equalToConstant: 47),
cancelButton.heightAnchor.constraint(equalTo: actionButton.heightAnchor),
stackView.leadingAnchor.constraint(equalTo: background.leadingAnchor, constant: 40),
stackView.trailingAnchor.constraint(equalTo: background.trailingAnchor, constant: -40),
stackView.leadingAnchor.constraint(equalTo: background.leadingAnchor, constant: 30),
stackView.trailingAnchor.constraint(equalTo: background.trailingAnchor, constant: -30),
stackView.topAnchor.constraint(equalTo: background.topAnchor, constant: 16),
stackView.bottomAnchor.constraint(equalTo: background.bottomAnchor, constant: -16),

Loading…
Cancel
Save