mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 22:36:24 +00:00
fix(@desktop/chat): invitation bubble long text support
This commit is contained in:
parent
80943b3342
commit
9a348e1836
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user