fix(CommunityDetailPopup): ensure description wraps properly

Fixes #3052
This commit is contained in:
Pascal Precht 2021-07-26 15:53:39 +02:00 committed by Iuri Matias
parent a1ce2ba0da
commit 07142dc66b
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ StatusModal {
font.pixelSize: 15
color: Theme.palette.directColor1
wrapMode: Text.WordWrap
width: parent.width
}
StatusIcon {