Skip to content

Commit

Permalink
refactor: 페이지 하위에 빈 영역 생기는 문제 해결
Browse files Browse the repository at this point in the history
- 텍스트 글자가 넘어가는 영역이 원인이었음

#159
  • Loading branch information
pipisebastian committed Nov 20, 2024
1 parent 81269d6 commit 75a2d73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/features/editor/Editor.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ export const editorContainer = css({
});

export const editorTitleContainer = css({
display: "flex",
flexDirection: "column",
width: "full",
marginBottom: "30px",
padding: "spacing.sm",
});

Expand Down

0 comments on commit 75a2d73

Please sign in to comment.