mirror of https://github.com/status-im/StatusQ.git
fix(StatusListItem): Adding padding in the inline tags (#915)
This commit is contained in:
parent
73d7e09536
commit
a219e95a5c
|
@ -326,8 +326,10 @@ Rectangle {
|
||||||
contentWidth: row.width
|
contentWidth: row.width
|
||||||
padding: 0
|
padding: 0
|
||||||
clip: true
|
clip: true
|
||||||
|
interactive: false
|
||||||
Row {
|
Row {
|
||||||
id: row
|
id: row
|
||||||
|
spacing: 4
|
||||||
Repeater {
|
Repeater {
|
||||||
id: inlineTagModelRepeater
|
id: inlineTagModelRepeater
|
||||||
model: inlineTagModel
|
model: inlineTagModel
|
||||||
|
|
Loading…
Reference in New Issue