diff --git a/src/public/app/widgets/type_widgets/editable_text.ts b/src/public/app/widgets/type_widgets/editable_text.ts index d4c8e6aae..71b31b2a0 100644 --- a/src/public/app/widgets/type_widgets/editable_text.ts +++ b/src/public/app/widgets/type_widgets/editable_text.ts @@ -47,6 +47,11 @@ const TPL = ` height: 100%; } + /* Workaround for #1327 */ + body.desktop.electron .note-detail-editable-text { + letter-spacing: -0.01px; + } + body.mobile .note-detail-editable-text { padding-left: 4px; }