fix(@desktop/chat): invitation bubble long text support

This commit is contained in:
Andrei Smirnov 2021-07-16 10:21:27 +03:00 committed by Iuri Matias
parent 80943b3342
commit 9a348e1836
1 changed files with 2 additions and 2 deletions

View File

@ -207,7 +207,7 @@ Item {
anchors.right: parent.right
anchors.rightMargin: root.innerMargin
font.weight: Font.Bold
wrapMode: Text.WordWrap
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
font.pixelSize: 17
}
@ -220,7 +220,7 @@ Item {
anchors.leftMargin: root.innerMargin
anchors.right: parent.right
anchors.rightMargin: root.innerMargin
wrapMode: Text.WordWrap
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
font.pixelSize: 15
}