Merge pull request #1361 from yeyan1996/style/overflow

Style/overflow
This commit is contained in:
Marko Kraemer 2025-08-17 00:46:32 +02:00 committed by GitHub
commit f7dae25185
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ export const JsonImportDialog: React.FC<JsonImportDialogProps> = ({
}, [currentStep, setupSteps.length]);
const renderPasteStep = () => (
<div className="space-y-6">
<div className="space-y-6 min-w-0">
<div className="space-y-2">
<Label htmlFor="json-content">Agent JSON</Label>
<Textarea