Skip to content

Commit 2956b09

Browse files
committed
Fix: add back a little sizing to the button
1 parent 272385a commit 2956b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/extensions/vueNodes/components/NodeHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
>
1717
<div class="flex items-center justify-between gap-2.5 relative">
1818
<!-- Collapse/Expand Button -->
19-
<div class="flex items-center lod-toggle shrink-0">
19+
<div class="flex items-center lod-toggle shrink-0 px-0.5">
2020
<IconButton
2121
size="fit-content"
2222
type="transparent"

0 commit comments

Comments
 (0)