Skip to content

Commit

Permalink
Fix dialog width
Browse files Browse the repository at this point in the history
  • Loading branch information
Tumppi066 committed Jan 24, 2025
1 parent a42a458 commit 0db0cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/value-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ export default function ValueDialog({onClose, open, json}: {onClose: any, open:
</div>
</DialogTrigger>
<DialogContent className="max-h-[80%] overflow-y-scroll overflow-x-hidden">
<div className="flex flex-col gap-2 font-geist max-w-[50%]">
<div className="flex flex-col gap-2 font-geist">
{PageRenderer(json)}
</div>
</DialogContent>
Expand Down

0 comments on commit 0db0cb9

Please sign in to comment.