Skip to content

Commit

Permalink
Merge pull request #1185 from RoodyCode/patch-1
Browse files Browse the repository at this point in the history
style: fix incosistent spacing in Card-Footer
  • Loading branch information
Siumauricio authored Jan 26, 2025
2 parents 0fe8a1a + 41cf3d7 commit 2e42fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dokploy/components/dashboard/project/add-template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ export const AddTemplate = ({ projectId }: Props) => {
{/* Create Button */}
<div
className={cn(
"flex-none px-6 pb-6 pt-3 mt-auto",
"flex-none px-6 py-3 mt-auto",
viewMode === "detailed"
? "flex items-center justify-between bg-muted/30 border-t"
: "flex justify-center",
Expand Down

0 comments on commit 2e42fa7

Please sign in to comment.