Adjust height of dialogs

This commit is contained in:
Cristhian Zanforlin Lousa 2023-06-08 13:00:35 -03:00
commit 73b3220334
2 changed files with 2 additions and 2 deletions

View file

@ -90,7 +90,7 @@ flow("Hey, have you heard of LangFlow?")`;
return (
<Dialog open={true} onOpenChange={setModalOpen}>
<DialogTrigger></DialogTrigger>
<DialogContent className="lg:max-w-[800px] sm:max-w-[600px] h-[600px]">
<DialogContent className="lg:max-w-[800px] sm:max-w-[600px] h-[550px]">
<DialogHeader>
<DialogTitle className="flex items-center">
<span className="pr-2">Code</span>

View file

@ -43,7 +43,7 @@ export default function ExportModal() {
return (
<Dialog open={true} onOpenChange={setModalOpen}>
<DialogTrigger asChild></DialogTrigger>
<DialogContent className="lg:max-w-[600px] h-[450px]">
<DialogContent className="lg:max-w-[600px] h-[420px]">
<DialogHeader>
<DialogTitle className="flex items-center">
<span className="pr-2">Export</span>