Skip to content

Commit

Permalink
Remove chip group and use margin instead
Browse files Browse the repository at this point in the history
  • Loading branch information
zaelgohary committed Jun 19, 2024
1 parent 44ac65b commit 4ade16d
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,9 @@
<strong>Delete the following IPs?</strong>
</v-card-title>
<v-card-text>
<v-chip-group column>
<v-chip class="mb-5" v-for="item in selectedItems" :key="item">
{{ item.ip }}
</v-chip>
</v-chip-group>
<v-chip class="mb-5 mr-2" v-for="item in selectedItems" :key="item">
{{ item.ip }}
</v-chip>
<v-divider />
</v-card-text>
<v-card-actions class="justify-end mb-1 mr-2">
Expand Down

0 comments on commit 4ade16d

Please sign in to comment.