We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fe8a1a + 41cf3d7 commit 2e42fa7Copy full SHA for 2e42fa7
apps/dokploy/components/dashboard/project/add-template.tsx
@@ -308,7 +308,7 @@ export const AddTemplate = ({ projectId }: Props) => {
308
{/* Create Button */}
309
<div
310
className={cn(
311
- "flex-none px-6 pb-6 pt-3 mt-auto",
+ "flex-none px-6 py-3 mt-auto",
312
viewMode === "detailed"
313
? "flex items-center justify-between bg-muted/30 border-t"
314
: "flex justify-center",
0 commit comments