Skip to content

Commit

Permalink
nowrap in cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Jun 14, 2021
1 parent fe2b7c0 commit 820f61c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
box-sizing: border-box;
}
.remote-caret > div {
white-space: nowrap;
position: absolute;
top: -1.05em;
left: -2px;
Expand Down Expand Up @@ -54,3 +55,4 @@
<script type="text/javascript" src="../dist/demo.js" async></script>
</body>
</html>

0 comments on commit 820f61c

Please sign in to comment.