mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Merge pull request #1185 from RoodyCode/patch-1
style: fix incosistent spacing in Card-Footer
This commit is contained in:
@@ -308,7 +308,7 @@ export const AddTemplate = ({ projectId }: Props) => {
|
|||||||
{/* Create Button */}
|
{/* Create Button */}
|
||||||
<div
|
<div
|
||||||
className={cn(
|
className={cn(
|
||||||
"flex-none px-6 pb-6 pt-3 mt-auto",
|
"flex-none px-6 py-3 mt-auto",
|
||||||
viewMode === "detailed"
|
viewMode === "detailed"
|
||||||
? "flex items-center justify-between bg-muted/30 border-t"
|
? "flex items-center justify-between bg-muted/30 border-t"
|
||||||
: "flex justify-center",
|
: "flex justify-center",
|
||||||
|
|||||||
Reference in New Issue
Block a user