Skip to content

Commit

Permalink
🚨 Fix(#47): 에디터 ν•˜λ‹¨κΉŒμ§€ 클릭 κ°€λŠ₯ν•˜λ„λ‘ 높이 μ‘°μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
sscoderati committed Feb 26, 2024
1 parent d854a7c commit e6865c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/app/(steady)/steady/create/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -393,11 +393,13 @@ const CreateSteadyPage = () => {
render={({ field }) => (
<FormItem
className={
"my-10 h-720 w-full rounded-10 border-2 border-st-gray-75"
"my-10 w-full rounded-10 border-2 border-st-gray-75"
}
>
<RichEditor
contentEditableClassName={"prose"}
contentEditableClassName={"prose h-640 w-full"}
className={"h-700"}
ref={editorRef}
onChange={(markdown) => {
unified()
.use(remarkParse)
Expand Down

0 comments on commit e6865c2

Please sign in to comment.