fix(CommunityDetailPopup): ensure description wraps properly
Fixes #3052
This commit is contained in:
parent
a1ce2ba0da
commit
07142dc66b
|
@ -70,6 +70,7 @@ StatusModal {
|
|||
font.pixelSize: 15
|
||||
color: Theme.palette.directColor1
|
||||
wrapMode: Text.WordWrap
|
||||
width: parent.width
|
||||
}
|
||||
|
||||
StatusIcon {
|
||||
|
|
Loading…
Reference in New Issue