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
|
font.pixelSize: 15
|
||||||
color: Theme.palette.directColor1
|
color: Theme.palette.directColor1
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
|
width: parent.width
|
||||||
}
|
}
|
||||||
|
|
||||||
StatusIcon {
|
StatusIcon {
|
||||||
|
|
Loading…
Reference in New Issue