diff --git a/Session/Conversations/Views & Modals/ConversationTitleView.swift b/Session/Conversations/Views & Modals/ConversationTitleView.swift index 327772bd2..0ecd07415 100644 --- a/Session/Conversations/Views & Modals/ConversationTitleView.swift +++ b/Session/Conversations/Views & Modals/ConversationTitleView.swift @@ -15,7 +15,7 @@ final class ConversationTitleView: UIView { return UIView.layoutFittingExpandedSize } - private lazy var labelCarouselViewWidth = labelCarouselView.set(.width, to: 200) + private lazy var labelCarouselViewWidth = labelCarouselView.set(.width, to: 185) public var currentLabelType: SessionLabelCarouselView.LabelType { return self.labelCarouselView.currentLabelType