mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-28 13:08:53 +03:00
perf(overview): Fixes spacing for tag chips (#957)
This commit is contained in:
parent
5f33d94d88
commit
373e825cca
1 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue