File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
webview-ui/src/components/human-relay Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ export const HumanRelayDialog: React.FC<HumanRelayDialogProps> = ({
6666
6767 return (
6868 < Dialog open = { isOpen } onOpenChange = { ( open ) => ! open && handleCancel ( ) } >
69- < DialogContent className = "sm:max-w-[600px]" >
69+ < DialogContent className = "sm:max-w-[600px] overflow-y-auto max-h-[80vh] " >
7070 < DialogHeader >
7171 < DialogTitle > { t ( "humanRelay:dialogTitle" ) } </ DialogTitle >
7272 < DialogDescription > { t ( "humanRelay:dialogDescription" ) } </ DialogDescription >
7373 </ DialogHeader >
7474
75- < div className = "grid gap-4 py-4 " >
75+ < div className = "grid gap-6 py-6 " >
7676 < div className = "relative" >
7777 < Textarea
7878 className = "min-h-[200px] font-mono text-sm p-4 pr-12 whitespace-pre-wrap"
You can’t perform that action at this time.
0 commit comments