Commit bfea008
committed
Fix inconsistent collaboration caret heights
The caret height was using 1.2em which is relative to the font-size
of the current context, causing different heights depending on where
the cursor appears in the document.
Changes:
- Changed height from 1.2em to 1em to match actual text height
- Added line-height: inherit to match the line-height of surrounding text
- Added vertical-align: baseline for proper alignment
- Removed min-height: 16px as it's no longer needed
This ensures all collaboration carets have consistent heights that
match the line height of the text where they appear.1 parent 9ffb668 commit bfea008
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
399 | | - | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
400 | 402 | | |
401 | 403 | | |
402 | 404 | | |
| |||
0 commit comments