From 56ffd6dbacc7ce1995004005e6664dbccc1da07f Mon Sep 17 00:00:00 2001 From: Anthony Laibe Date: Mon, 17 Jan 2022 10:59:52 +0100 Subject: [PATCH] fix(@communities): fix import communities modal --- .../Chat/popups/community/AccessExistingCommunityPopup.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/app/AppLayouts/Chat/popups/community/AccessExistingCommunityPopup.qml b/ui/app/AppLayouts/Chat/popups/community/AccessExistingCommunityPopup.qml index bf60b44de2..ea26e5ef38 100644 --- a/ui/app/AppLayouts/Chat/popups/community/AccessExistingCommunityPopup.qml +++ b/ui/app/AppLayouts/Chat/popups/community/AccessExistingCommunityPopup.qml @@ -53,6 +53,8 @@ StatusModal { label: qsTrId("community-key") placeholderText: "0x0..." customHeight: 110 + anchors.left: parent.left + anchors.right: parent.right } StatusBaseText {