File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/dokploy/components/dashboard/settings/web-server Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ export const UpdateServer = ({
126
126
</ TooltipProvider >
127
127
) }
128
128
</ DialogTrigger >
129
- < DialogContent className = "max-w-lg p-6 " >
129
+ < DialogContent className = "max-w-lg" >
130
130
< div className = "flex items-center justify-between mb-8" >
131
131
< DialogTitle className = "text-2xl font-semibold" >
132
132
Web Server Update
@@ -253,7 +253,7 @@ export const UpdateServer = ({
253
253
< ToggleAutoCheckUpdates disabled = { isLoading } />
254
254
</ div >
255
255
256
- < div className = "space-y-4 flex items-center justify-end" >
256
+ < div className = "space-y-4 flex items-center justify-end mt-4 " >
257
257
< div className = "flex items-center gap-2" >
258
258
< Button variant = "outline" onClick = { ( ) => onOpenChange ?.( false ) } >
259
259
Cancel
You can’t perform that action at this time.
0 commit comments