Skip to content

Commit

Permalink
fix: formula text wiggles with caret movement (#2578)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbinani authored Jan 8, 2025
1 parent c1ea306 commit 0786012
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/mathfield.less
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,10 @@
// }
// }

.ML__caret {
display: inline-block;
}

.ML__caret::after {
content: '';
visibility: hidden;
Expand Down

0 comments on commit 0786012

Please sign in to comment.