diff --git a/Yep/Views/Cells/Feed/FeedBasicCell.swift b/Yep/Views/Cells/Feed/FeedBasicCell.swift index 009c67a2..149d7106 100644 --- a/Yep/Views/Cells/Feed/FeedBasicCell.swift +++ b/Yep/Views/Cells/Feed/FeedBasicCell.swift @@ -135,6 +135,8 @@ class FeedBasicCell: UITableViewCell { override init(style: UITableViewCellStyle, reuseIdentifier: String?) { super.init(style: style, reuseIdentifier: reuseIdentifier) + separatorInset = UIEdgeInsets(top: 0, left: 65, bottom: 0, right: 0) + contentView.addSubview(avatarImageView) contentView.addSubview(nicknameLabel) contentView.addSubview(skillButton)