mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
style: fix incosistent spacing
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user