diff --git a/public/css/promptmanager.css b/public/css/promptmanager.css index 501094d0a..485cf3a01 100644 --- a/public/css/promptmanager.css +++ b/public/css/promptmanager.css @@ -112,6 +112,10 @@ flex-direction: column; } +.completion_prompt_manager_popup_entry_form .select2-container { + margin: 5px 0; +} + #completion_prompt_manager_popup .completion_prompt_manager_popup_entry_form_control:has(#completion_prompt_manager_popup_entry_form_prompt) { flex: 1; display: flex; diff --git a/public/index.html b/public/index.html index 882512189..5983321f3 100644 --- a/public/index.html +++ b/public/index.html @@ -6720,6 +6720,22 @@