diff --git a/apps/client/src/widgets/type_widgets/code/Markdown.tsx b/apps/client/src/widgets/type_widgets/code/Markdown.tsx index 586baa35b2..05a27ad511 100644 --- a/apps/client/src/widgets/type_widgets/code/Markdown.tsx +++ b/apps/client/src/widgets/type_widgets/code/Markdown.tsx @@ -49,6 +49,7 @@ export default function Markdown(props: TypeWidgetProps) { editorRef={setEditorView} onContentChanged={setContent} previewContent={} + forceOrientation="horizontal" /> );