Skip to content

Commit 7f2c040

Browse files
authored
feat: enable word wrap for prompt editor (#312)
1 parent 32d46a0 commit 7f2c040

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/features/workspace/components/workspace-custom-instructions.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ export function WorkspaceCustomInstructions({
334334
<Editor
335335
options={{
336336
minimap: { enabled: false },
337+
wordWrap: "on",
337338
readOnly: isArchived,
338339
}}
339340
value={values.prompt}

0 commit comments

Comments
 (0)