diff --git a/Riot/Modules/Room/TimelineCells/BaseRoomCell/RoomCellContentView.swift b/Riot/Modules/Room/TimelineCells/BaseRoomCell/RoomCellContentView.swift
index 792e1818f..e8cc17639 100644
--- a/Riot/Modules/Room/TimelineCells/BaseRoomCell/RoomCellContentView.swift
+++ b/Riot/Modules/Room/TimelineCells/BaseRoomCell/RoomCellContentView.swift
@@ -33,11 +33,15 @@ final class RoomCellContentView: UIView, NibLoadable {
@IBOutlet weak var userNameLabel: UILabel!
@IBOutlet weak var userNameTouchMaskView: UIView!
+ @IBOutlet weak var userNameLabelTopConstraint: NSLayoutConstraint!
+ @IBOutlet weak var userNameLabelBottomConstraint: NSLayoutConstraint!
+
@IBOutlet weak var avatarContainerView: UIView!
@IBOutlet weak var avatarImageView: MXKImageView!
@IBOutlet weak var innerContentView: UIView!
+ @IBOutlet weak var innerContentViewTopConstraint: NSLayoutConstraint!
@IBOutlet weak var innerContentViewLeadingConstraint: NSLayoutConstraint!
@IBOutlet weak var innerContentViewTrailingConstraint: NSLayoutConstraint!
@IBOutlet weak var innerContentViewBottomContraint: NSLayoutConstraint!
diff --git a/Riot/Modules/Room/TimelineCells/BaseRoomCell/RoomCellContentView.xib b/Riot/Modules/Room/TimelineCells/BaseRoomCell/RoomCellContentView.xib
index 889ae11da..c05e9823a 100644
--- a/Riot/Modules/Room/TimelineCells/BaseRoomCell/RoomCellContentView.xib
+++ b/Riot/Modules/Room/TimelineCells/BaseRoomCell/RoomCellContentView.xib
@@ -300,6 +300,7 @@
+
@@ -323,6 +324,8 @@
+
+