diff --git a/resources/qml/RoomDirectory.qml b/resources/qml/RoomDirectory.qml
index 129391a5eeda59bbbf83c6ac59d2dc172690be22..4db24f01cc8d16ad9217c8294df4112421a5aa30 100644
--- a/resources/qml/RoomDirectory.qml
+++ b/resources/qml/RoomDirectory.qml
@@ -79,7 +79,7 @@ ApplicationWindow {
                     ElidedLabel {
                         Layout.alignment: Qt.AlignBottom
                         color: roomDirDelegate.importantText
-                        elideWidth: textContent.width - numMembersRectangle.width  - buttonRectangle.width
+                        elideWidth: textContent.width - numMembersRectangle.width - buttonRectangle.width
                         font.pixelSize: fontMetrics.font.pixelSize * 1.1
                         fullText: model.name
                     }