Skip to content

Commit fdc524d

Browse files
committed
fix(ui): adjust layout in UpdateServer component
- Removed unnecessary padding from DialogContent for a cleaner appearance. - Added margin-top to the button container for improved spacing.
1 parent 93d6662 commit fdc524d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/dokploy/components/dashboard/settings/web-server/update-server.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export const UpdateServer = ({
126126
</TooltipProvider>
127127
)}
128128
</DialogTrigger>
129-
<DialogContent className="max-w-lg p-6">
129+
<DialogContent className="max-w-lg">
130130
<div className="flex items-center justify-between mb-8">
131131
<DialogTitle className="text-2xl font-semibold">
132132
Web Server Update
@@ -253,7 +253,7 @@ export const UpdateServer = ({
253253
<ToggleAutoCheckUpdates disabled={isLoading} />
254254
</div>
255255

256-
<div className="space-y-4 flex items-center justify-end">
256+
<div className="space-y-4 flex items-center justify-end mt-4 ">
257257
<div className="flex items-center gap-2">
258258
<Button variant="outline" onClick={() => onOpenChange?.(false)}>
259259
Cancel

0 commit comments

Comments
 (0)