Fix trailing edge of group member listing

// FREEBIE
pull/1/head
Michael Kirk 7 years ago
parent 90468135c3
commit 6e12b9c898

@ -42,7 +42,7 @@ import UIKit
avatarView.autoPinToSquareAspectRatio()
textContainer.autoPinEdge(.leading, to: .trailing, of: avatarView, withOffset: kContactTableViewCellAvatarTextMargin)
textContainer.autoPinEdge(toSuperviewEdge: .trailing)
textContainer.autoPinTrailingToSuperview()
textContainer.autoVCenterInSuperview()
}

Loading…
Cancel
Save