fix(StatusListItem): Adding padding in the inline tags (#915)

This commit is contained in:
Khushboo-dev-cpp 2022-09-21 15:46:32 +02:00 committed by Michał Cieślak
parent 367324e422
commit 71c5e1f4fd
1 changed files with 2 additions and 0 deletions

View File

@ -326,8 +326,10 @@ Rectangle {
contentWidth: row.width
padding: 0
clip: true
interactive: false
Row {
id: row
spacing: 4
Repeater {
id: inlineTagModelRepeater
model: inlineTagModel