From 74775b5265b91f311800af90b1d012c956fbe8e7 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Wed, 8 Jan 2025 02:15:28 +0800 Subject: [PATCH] fix: horizontal overflow, fix #17 --- src/components/ListAPI.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ListAPI.tsx b/src/components/ListAPI.tsx index a5929e7..b3879c8 100644 --- a/src/components/ListAPI.tsx +++ b/src/components/ListAPI.tsx @@ -245,7 +245,7 @@ function ChatTemplateDropdownList() { const APIListMenu: React.FC = () => { const ctx = useContext(AppContext); return ( -
+
{ctx.templateTools.length > 0 && }