From 3e111bd75cd55d43ab4b9a0cea27126305475c25 Mon Sep 17 00:00:00 2001 From: Rizumu Ayaka Date: Thu, 18 Dec 2025 04:53:43 +0800 Subject: [PATCH] fix: expand assets dropdown body to show entire "no results placeholder" (#7586) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently, when the assets dropdown has no assets available, the "No Results Placeholder" text is not fully visible because the dropdown body doesn't expand to accommodate the full message. Make the body of the assets dropdown expand to show the entire "No Results Placeholder" message when there are no assets present. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7586-fix-expand-assets-dropdown-body-to-show-entire-no-results-placeholder-2cc6d73d365081f4a142e927621f936d) by [Unito](https://www.unito.io) --- .../widgets/components/form/dropdown/FormDropdownMenu.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/renderer/extensions/vueNodes/widgets/components/form/dropdown/FormDropdownMenu.vue b/src/renderer/extensions/vueNodes/widgets/components/form/dropdown/FormDropdownMenu.vue index 4b6545200..7d0bfa502 100644 --- a/src/renderer/extensions/vueNodes/widgets/components/form/dropdown/FormDropdownMenu.vue +++ b/src/renderer/extensions/vueNodes/widgets/components/form/dropdown/FormDropdownMenu.vue @@ -69,10 +69,11 @@ const searchQuery = defineModel('searchQuery')