diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 38501a9bb..4298e0c05 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,11 @@ # Changelog +## [v2.23.3] + +### Fixes + +- Remove hanging indent support due to its detrimental effect on word-wrapped list items [#3302](https://github.com/Automattic/simplenote-electron/pull/3302) + ## [v2.23.2] ### Other Changes diff --git a/lib/note-content-editor.tsx b/lib/note-content-editor.tsx index dbe686df2..5dd6efb98 100644 --- a/lib/note-content-editor.tsx +++ b/lib/note-content-editor.tsx @@ -1286,7 +1286,7 @@ class NoteContentEditor extends Component { unusualLineTerminators: 'auto', wordWrap: 'bounded', wordWrapColumn: 400, - wrappingIndent: 'none', + wrappingIndent: 'same', wrappingStrategy: 'advanced', }} value={content}