From 75a2d73b6d62122c497efa88b43cf3c5317ac973 Mon Sep 17 00:00:00 2001 From: pipisebastian Date: Thu, 21 Nov 2024 01:18:18 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=ED=8E=98=EC=9D=B4=EC=A7=80=20?= =?UTF-8?q?=ED=95=98=EC=9C=84=EC=97=90=20=EB=B9=88=20=EC=98=81=EC=97=AD=20?= =?UTF-8?q?=EC=83=9D=EA=B8=B0=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4?= =?UTF-8?q?=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 텍스트 글자가 넘어가는 영역이 원인이었음 #159 --- client/src/features/editor/Editor.style.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", });