diff --git a/ui/imports/shared/views/chat/ChannelIdentifierView.qml b/ui/imports/shared/views/chat/ChannelIdentifierView.qml index 5d5a3abf8eb..a1afe2e0c47 100644 --- a/ui/imports/shared/views/chat/ChannelIdentifierView.qml +++ b/ui/imports/shared/views/chat/ChannelIdentifierView.qml @@ -42,12 +42,13 @@ Column { StyledText { id: channelName objectName: "channelIdentifierNameText" + width: parent.width wrapMode: Text.Wrap text: root.chatName font.weight: Font.Bold font.pixelSize: 22 color: Style.current.textColor - anchors.horizontalCenter: parent.horizontalCenter + horizontalAlignment: Text.AlignHCenter } StatusBaseText {