mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
fix: bottom padding in dialog header
This commit is contained in:
@@ -61,7 +61,7 @@ const TemplateDialog: React.FC<TemplateDialogProps> = ({
|
|||||||
return (
|
return (
|
||||||
<Dialog open={!!selectedTemplate} onOpenChange={onOpenChange}>
|
<Dialog open={!!selectedTemplate} onOpenChange={onOpenChange}>
|
||||||
<DialogContent className="flex flex-col !max-w-[90vw] w-full lg:max-w-[90vw] max-h-[85vh] p-0">
|
<DialogContent className="flex flex-col !max-w-[90vw] w-full lg:max-w-[90vw] max-h-[85vh] p-0">
|
||||||
<DialogHeader className="space-y-4 border-b sticky top-0 p-4 pb-4 text-start bg-background rounded-t-lg z-10">
|
<DialogHeader className="space-y-4 border-b sticky top-0 p-4 pb-0 text-start bg-background rounded-t-lg z-10">
|
||||||
<div className="flex items-center gap-4">
|
<div className="flex items-center gap-4">
|
||||||
{selectedTemplate?.logo && (
|
{selectedTemplate?.logo && (
|
||||||
<img
|
<img
|
||||||
|
|||||||
Reference in New Issue
Block a user