Skip to content

Commit c2beb7c

Browse files
authored
fix: collaboration wrapping to new line (firefox on linux) (#1273)
1 parent 2439b8f commit c2beb7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/editor/editor.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ Tippy popups that are appended to document.body directly
8686
pointer-events: none;
8787
position: relative;
8888
word-break: normal;
89+
white-space: nowrap !important;
8990
}
9091

9192
/* Render the username above the caret */

0 commit comments

Comments
 (0)