diff --git a/src/renderer/src/components/config/actions/ActionCard.vue b/src/renderer/src/components/config/actions/ActionCard.vue
index a977d32..7d1fe22 100644
--- a/src/renderer/src/components/config/actions/ActionCard.vue
+++ b/src/renderer/src/components/config/actions/ActionCard.vue
@@ -15,34 +15,41 @@
variant="outline"
role="combobox"
:aria-expanded="open"
- class="my-2 w-full justify-between"
+ class="my-2 w-full min-w-0 justify-between"
>
-
+
-
+
-
+
-
+
{
- value = key
+ inputValue = key
open = false
}
"
>
- {{ action.label }}
+ {{ actionType.label }}
@@ -70,7 +77,11 @@