diff --git a/ui/app/AppLayouts/Communities/panels/SharedAddressesPanel.qml b/ui/app/AppLayouts/Communities/panels/SharedAddressesPanel.qml index 55adaf9106..6c1f42e411 100644 --- a/ui/app/AppLayouts/Communities/panels/SharedAddressesPanel.qml +++ b/ui/app/AppLayouts/Communities/panels/SharedAddressesPanel.qml @@ -204,7 +204,8 @@ Control { } } - contentItem: ColumnLayout { + ColumnLayout { + anchors.fill: parent spacing: 0 // warning panel diff --git a/ui/imports/shared/popups/CommunityMembershipSetupDialog.qml b/ui/imports/shared/popups/CommunityMembershipSetupDialog.qml index 576dba0162..acc0d4448e 100644 --- a/ui/imports/shared/popups/CommunityMembershipSetupDialog.qml +++ b/ui/imports/shared/popups/CommunityMembershipSetupDialog.qml @@ -465,7 +465,7 @@ StatusStackModal { Layout.fillWidth: true text: root.introMessage || qsTr("Community %1 has no intro message...").arg(root.communityName) color: Theme.palette.directColor1 - wrapMode: Text.WordWrap + wrapMode: Text.Wrap } } }