🐛 Fix line-height rendering on empty lines

This commit is contained in:
Elena Torro
2025-11-04 11:25:14 +01:00
parent e673035817
commit 24e4ece323
5 changed files with 155 additions and 7 deletions

View File

@@ -39,11 +39,6 @@
line-break: auto;
line-height: inherit;
caret-color: var(--text-editor-caret-color);
// firefox-only
white-space: preserve-spaces;
// others
white-space-collapse: pre;
tab-size: 2;
-o-tab-size: 2;