Skip to content

Commit

Permalink
Chore: Fix line break
Browse files Browse the repository at this point in the history
  • Loading branch information
chakflying committed May 7, 2023
1 parent f8c2909 commit 9975050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions src/components/TagEditDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,7 @@
class="mt-1"
>
<template #option="{ option }">
<div
class="d-inline-flex"
>
<div class="d-inline-flex">
<span>{{ option.name }} <Tag v-for="monitorTag in option.tags" :key="monitorTag" :item="monitorTag" :size="'sm'" /></span>
</div>
</template>
Expand Down
4 changes: 1 addition & 3 deletions src/pages/StatusPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,7 @@
class="mt-3"
>
<template #option="{ option }">
<div
class="d-inline-flex"
>
<div class="d-inline-flex">
<span>{{ option.name }} <Tag v-for="tag in option.tags" :key="tag" :item="tag" :size="'sm'" /></span>
</div>
</template>
Expand Down

0 comments on commit 9975050

Please sign in to comment.