diff --git a/src/qml/Panel/GroupChatDrawerHeader.qml b/src/qml/Panel/GroupChatDrawerHeader.qml index 3c1654fc1..3c5648101 100644 --- a/src/qml/Panel/GroupChatDrawerHeader.qml +++ b/src/qml/Panel/GroupChatDrawerHeader.qml @@ -61,6 +61,7 @@ ColumnLayout { Layout.fillWidth: true text: room ? room.displayName : i18n("No name") textFormat: Text.PlainText + wrapMode: Text.Wrap } Kirigami.SelectableLabel {