fix(Community): community invitation is missing intro and logo

- fix a binding loop warning for `implicitHeight`
- fix word wrap for long texts with no word breaks

Fixes #14536
This commit is contained in:
Lukáš Tinkl 2024-04-29 17:39:46 +02:00 committed by Lukáš Tinkl
parent cb1b2af712
commit ccc1539178
2 changed files with 3 additions and 2 deletions

View File

@ -204,7 +204,8 @@ Control {
}
}
contentItem: ColumnLayout {
ColumnLayout {
anchors.fill: parent
spacing: 0
// warning panel

View File

@ -465,7 +465,7 @@ StatusStackModal {
Layout.fillWidth: true
text: root.introMessage || qsTr("Community <b>%1</b> has no intro message...").arg(root.communityName)
color: Theme.palette.directColor1
wrapMode: Text.WordWrap
wrapMode: Text.Wrap
}
}
}