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 GitHub
parent 73d7e09536
commit a219e95a5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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