diff --git a/client/src/features/editor/Editor.style.ts b/client/src/features/editor/Editor.style.ts index 1e3d9130..7292d919 100644 --- a/client/src/features/editor/Editor.style.ts +++ b/client/src/features/editor/Editor.style.ts @@ -13,8 +13,9 @@ export const editorContainer = css({ }); export const editorTitleContainer = css({ + display: "flex", + flexDirection: "column", width: "full", - marginBottom: "30px", padding: "spacing.sm", });