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
|
||||
padding: 0
|
||||
clip: true
|
||||
interactive: false
|
||||
Row {
|
||||
id: row
|
||||
spacing: 4
|
||||
Repeater {
|
||||
id: inlineTagModelRepeater
|
||||
model: inlineTagModel
|
||||
|
|
Loading…
Reference in New Issue