From 013ee89a56df99f4dc337c130cb494f0d915974b Mon Sep 17 00:00:00 2001 From: thebadking <53491595+thebadking@users.noreply.github.com> Date: Thu, 16 Jan 2025 21:12:11 +0000 Subject: [PATCH] style: fix tablet and mobile (Create from Template) --- .../components/dashboard/project/add-template.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/dokploy/components/dashboard/project/add-template.tsx b/apps/dokploy/components/dashboard/project/add-template.tsx index 068fc984..0cb5e70c 100644 --- a/apps/dokploy/components/dashboard/project/add-template.tsx +++ b/apps/dokploy/components/dashboard/project/add-template.tsx @@ -114,26 +114,26 @@ export const AddTemplate = ({ projectId }: Props) => { -
-
+
+
Create from Template Create an open source application from a template
-
+
setQuery(e.target.value)} - className="w-[200px]" + className="w-full sm:w-[200px]" value={query} />