Skip to content

Commit 5f85461

Browse files
Adjust margin.
1 parent 371d05a commit 5f85461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wire-ios/Wire-iOS/Sources/UserInterface/Conversation/Content/Cells/ConfigurationMessageCell/Components/ConversationIconBasedCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class ConversationIconBasedCell<CellDescription: ConversationMessageCellDescript
144144
equalTo: trailingAnchor
145145
)
146146
} else {
147-
imageContainerLeadingConstraint = imageContainer.leadingAnchor.constraint(equalTo: leadingAnchor)
147+
imageContainerLeadingConstraint = imageContainer.leadingAnchor.constraint(equalTo: leadingAnchor, constant: 5.0)
148148
containerWidthConstraint = imageContainer.widthAnchor
149149
.constraint(equalToConstant: conversationHorizontalMargins.left)
150150
textLabelLeadingConstraint = textLabel.leadingAnchor.constraint(equalTo: imageContainer.trailingAnchor)

0 commit comments

Comments
 (0)