Skip to content

Commit 41cf3d7

Browse files
authored
style: fix incosistent spacing
1 parent c6569f7 commit 41cf3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dokploy/components/dashboard/project/add-template.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ export const AddTemplate = ({ projectId }: Props) => {
308308
{/* Create Button */}
309309
<div
310310
className={cn(
311-
"flex-none px-6 pb-6 pt-3 mt-auto",
311+
"flex-none px-6 py-3 mt-auto",
312312
viewMode === "detailed"
313313
? "flex items-center justify-between bg-muted/30 border-t"
314314
: "flex justify-center",

0 commit comments

Comments
 (0)