diff --git a/client/src/components/Workflow/Editor/NodeOutput.vue b/client/src/components/Workflow/Editor/NodeOutput.vue index 71e093b4b49b..b5666b58d9bd 100644 --- a/client/src/components/Workflow/Editor/NodeOutput.vue +++ b/client/src/components/Workflow/Editor/NodeOutput.vue @@ -320,10 +320,12 @@ const removeTagsAction = computed(() => { @click="onToggleVisible"> - - {{ label }} - - ({{ extensions.join(", ") }}) +
+ + {{ label }} + + ({{ extensions.join(", ") }}) +