Adjust height of dialogs
This commit is contained in:
parent
741c5a8cd4
commit
73b3220334
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue