From abe986ec4ba1900968d0c38b66cea784dbe8222f Mon Sep 17 00:00:00 2001 From: maver Date: Mon, 3 Jul 2023 19:32:21 +0200 Subject: [PATCH] Allow prompt manager list to grow in height --- public/css/promptmanager.css | 1 - 1 file changed, 1 deletion(-) diff --git a/public/css/promptmanager.css b/public/css/promptmanager.css index c2b007b1c..9e36df431 100644 --- a/public/css/promptmanager.css +++ b/public/css/promptmanager.css @@ -12,7 +12,6 @@ display: flex; flex-direction: column; min-height: 300px; - max-height: 800px; } #completion_prompt_manager .completion_prompt_manager_list_separator hr {