Skip to content

Commit

Permalink
fix(ui): configuration CC Reset button spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Jun 24, 2024
1 parent 459be7a commit f386c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/nodes-table/NodeDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,12 @@
<v-col align-self="center">
{{ className }}
</v-col>
<v-col class="text-right pr-5">
<v-col class="text-right">
<v-btn
v-if="canResetConfig(group[0])"
@click.stop="resetAllConfig()"
color="error"
class="mb-1"
class="mb-1 mr-3"
outlined
x-small
>
Expand Down

0 comments on commit f386c4f

Please sign in to comment.