diff --git a/src/mainview/components/ConversationSmartListViewItemDelegate.qml b/src/mainview/components/ConversationSmartListViewItemDelegate.qml
index bc600f757d630afa94f28d581776efe9d0ebd0e7..9d9084ccd06db6d21cc25a1087c6d6492ee28d29 100644
--- a/src/mainview/components/ConversationSmartListViewItemDelegate.qml
+++ b/src/mainview/components/ConversationSmartListViewItemDelegate.qml
@@ -141,6 +141,7 @@ ItemDelegate {
 
         font.hintingPreference: Font.PreferNoHinting
         text: textMetricsConversationSmartListUserLastInteractionMessage.elidedText
+        maximumLineCount: 1
         font.pointSize: JamiTheme.textFontSize
         color: Draft ? JamiTheme.draftRed : JamiTheme.faddedLastInteractionFontColor
     }