diff --git a/ui/app/AppLayouts/Chat/views/CreateChatView.qml b/ui/app/AppLayouts/Chat/views/CreateChatView.qml index 297b77a56f..b105ab80da 100644 --- a/ui/app/AppLayouts/Chat/views/CreateChatView.qml +++ b/ui/app/AppLayouts/Chat/views/CreateChatView.qml @@ -81,8 +81,9 @@ Page { // TODO: Could it be replaced to `GroupChatPanel`? header: RowLayout { id: headerRow + anchors.top: parent.top + anchors.topMargin: Style.current.halfPadding height: tagSelector.height - anchors.topMargin: 8 clip: true StatusTagSelector { id: tagSelector