Skip to content

Commit 7baa14a

Browse files
authored
Fix badges to bottom of node (#9033)
| Before | After | | ------ | ----- | | <img width="360" alt="before" src="https://github.com/user-attachments/assets/75171909-829e-49c0-9d94-3d5588f28f05" /> | <img width="360" alt="after" src="https://github.com/user-attachments/assets/1ee438c7-8231-4d8f-abea-f901a682dfa3"/>| ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-9033-Fix-badges-to-bottom-of-node-30d6d73d365081a584b1ca925980e59a) by [Unito](https://www.unito.io)
1 parent 7921c38 commit 7baa14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
v-if="shouldShowPreviewImg"
120120
:image-url="latestPreviewUrl"
121121
/>
122-
<NodeBadges v-bind="badges" :pricing="undefined" />
122+
<NodeBadges v-bind="badges" :pricing="undefined" class="mt-auto" />
123123
</div>
124124
</template>
125125
<Button

0 commit comments

Comments
 (0)