Merge pull request #2263 from AlphaWallet/#2259

Wallet address is truncated in iPhone 5s in the Change/add wallet cell in Settings tab #2259
pull/2275/head
Hwee-Boon Yar 4 years ago committed by GitHub
commit b785a5fcfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      AlphaWallet/Accounts/Views/AccountViewCell.swift

@ -32,7 +32,7 @@ class AccountViewCell: UITableViewCell {
contentView.addSubview(stackView)
NSLayoutConstraint.activate([
stackView.anchorsConstraint(to: contentView, edgeInsets: .init(top: 20, left: 20, bottom: 20, right: 20)),
stackView.anchorsConstraint(to: contentView, edgeInsets: .init(top: 20, left: 20, bottom: 20, right: 0)),
])
}

Loading…
Cancel
Save