aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/editor/EditorPane.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/editor/EditorPane.tsx')
-rw-r--r--subprojects/frontend/src/editor/EditorPane.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/frontend/src/editor/EditorPane.tsx b/subprojects/frontend/src/editor/EditorPane.tsx
index e433e714..bcd324e5 100644
--- a/subprojects/frontend/src/editor/EditorPane.tsx
+++ b/subprojects/frontend/src/editor/EditorPane.tsx
@@ -43,7 +43,7 @@ export default observer(function EditorPane(): JSX.Element {
43 <EditorButtons editorStore={editorStore} /> 43 <EditorButtons editorStore={editorStore} />
44 {showGenerateButton && <GenerateButton editorStore={editorStore} />} 44 {showGenerateButton && <GenerateButton editorStore={editorStore} />}
45 </Toolbar> 45 </Toolbar>
46 <Box flexGrow={1} flexShrink={1} overflow="auto"> 46 <Box display="flex" flexGrow={1} flexShrink={1} overflow="auto">
47 {editorStore === undefined ? ( 47 {editorStore === undefined ? (
48 <EditorLoading /> 48 <EditorLoading />
49 ) : ( 49 ) : (