Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Jul 12, 2024
1 parent 290ac8c commit 8dff2a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/NodeSearchBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ const setHoverSuggestion = (index: number) => {
}
.comfy-vue-node-search-box {
@apply min-w-96 w-full z-10;
@apply w-full z-10;
min-width: 24rem;
}
.option-container {
Expand Down

0 comments on commit 8dff2a8

Please sign in to comment.