Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 5978742

Browse files
committed
fix(electron): spacing increases when entering Chinese and digits (fixes #1327)
1 parent 1a312bf commit 5978742

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/public/app/widgets/type_widgets/editable_text.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ const TPL = `
4747
height: 100%;
4848
}
4949
50+
/* Workaround for #1327 */
51+
body.desktop.electron .note-detail-editable-text {
52+
letter-spacing: -0.01px;
53+
}
54+
5055
body.mobile .note-detail-editable-text {
5156
padding-left: 4px;
5257
}

0 commit comments

Comments
 (0)