Skip to content

Commit 11363a0

Browse files
committed
fix(editor): 빈 단락 높이를 텍스트 한 줄과 동일하게
이전: line-height 0.75em (≈ 12.75px) — 텍스트 단락(25.5px)보다 짧아 shift+enter로 빈 줄 추가/제거 시 문서 총높이가 변동, 시각적으로 '위 행이 올라가는' 점프 발생. 수정: line-height는 1.5em 유지(텍스트와 동일), min-height: 1.5em으로 빈 paragraph도 한 줄 분량 확보. Notion/Docs/Tiptap 표준 동작. v0.7.11
1 parent 2dcb42b commit 11363a0

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

0 commit comments

Comments
 (0)