Skip to content

Commit

Permalink
fix: add min-height for contenteditable
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jun 20, 2024
1 parent c6c2598 commit ac59f78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@
--fgColor-default: inherit;
--bgColor-default: inherit;
}
}

.markdown-body[contenteditable]{
min-height: 24px;
}

0 comments on commit ac59f78

Please sign in to comment.