Skip to content

Commit

Permalink
feat: improve styles for gapcursor
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jul 17, 2024
1 parent b532540 commit 71f5681
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@
cursor: col-resize;
}

.ProseMirror-gapcursor {
margin-top: 0.83rem;
}

.ProseMirror .ProseMirror-gapcursor:first-child {
margin-top: 0;
}

br + br.ProseMirror-trailingBreak {
display: none;
}

/* stylelint-disable */
@import './styles/text.less';
@import './styles/link.less';
Expand Down

0 comments on commit 71f5681

Please sign in to comment.