fix(StatusListItem): Adding padding in the inline tags (#915)
This commit is contained in:
parent
367324e422
commit
71c5e1f4fd
|
@ -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