Skip to content

Commit

Permalink
fix: exta whitespace between input/output title and socket
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Aug 23, 2024
1 parent 1e091dc commit 329fafa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/presets/classic/components/Node.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<div class="output" data-testid={"output-" + key}>
<div class="output-title" data-testid="output-title">
{output.label || ""}
</div>
<Ref
</div><!--
--><Ref
class="output-socket"
data-testid="output-socket"
init={(element) =>
Expand Down Expand Up @@ -100,8 +100,8 @@
},
})}
unmount={(ref) => emit({ type: "unmount", data: { element: ref } })}
/>
{#if !input.control || !input.showControl}
/><!--
-->{#if !input.control || !input.showControl}
<div class="input-title" data-testid="input-title">
{input.label || ""}
</div>
Expand Down

0 comments on commit 329fafa

Please sign in to comment.