Skip to content

Commit 2e42fa7

Browse files
authored
Merge pull request #1185 from RoodyCode/patch-1
style: fix incosistent spacing in Card-Footer
2 parents 0fe8a1a + 41cf3d7 commit 2e42fa7

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)