[ez] Wrap output cols to prevent nested h-scroll

![Screenshot 2023-01-30 at 1 03 46 
PM](https://user-images.githubusercontent.com/1390709/215558010-49d3ddf4-3dee-418e-9595-790e720bad22.png)
This commit is contained in:
Lauren Tan
2023-01-30 13:04:39 -05:00
parent 04fb507876
commit 213ed2d6d0
@@ -23,4 +23,6 @@ export const monacoOptions: Partial<EditorProps["options"]> = {
autoClosingOvertype: "always",
automaticLayout: true,
wordWrap: "on",
wrappingIndent: "deepIndent",
};