Skip to content

Commit

Permalink
Use classes instead of style, add rounded, drop unnecessary gapx
Browse files Browse the repository at this point in the history
Co-authored-by: Laila Los <[email protected]>
  • Loading branch information
mvdbeek and ElectronicBlueberry authored Sep 28, 2023
1 parent a7ab719 commit 2292142
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/src/components/Workflow/Editor/NodeOutput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -320,16 +320,16 @@ const removeTagsAction = computed(() => {
@click="onToggleVisible">
<i :class="['mark-terminal', visibleClass]" />
</div>
<span class="flex-gapx-1">
<span>
<span
v-b-tooltip
:title="labelToolTipTitle"
class="d-inline-block rounded"
:class="labelClass"
:disabled="!isDuplicateLabel"
style="display: inline-block">
:disabled="!isDuplicateLabel">
{{ label }}
</span>
<span style="display: inline-block"> ({{ extensions.join(", ") }}) </span>
<span> ({{ extensions.join(", ") }}) </span>
</span>
</div>

Expand Down

0 comments on commit 2292142

Please sign in to comment.