perf(overview): Fixes spacing for tag chips (#957)

This commit is contained in:
Rémi Marseault 2023-07-12 21:26:44 +02:00 committed by GitHub
parent 5f33d94d88
commit 373e825cca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,8 +87,8 @@
</div>
<v-chip small class="moving white--text caption">{{ this.torrent?.tracker ? getDomainBody(this.torrent?.tracker) : $t('navbar.filters.untracked') }}</v-chip>
</v-col>
<v-col cols="6">
<div class="d-flex flex-wrap chipgap">
<v-col cols="6" class="d-flex flex-wrap chipgap">
<div>
{{ $t('torrent.properties.tags') }}:
</div>
<v-chip v-if="torrent?.tags" v-for="tag in torrent.tags" :key="tag" small class="tags white--text caption">