wikijs-fork/client/components/editor
Louis Meyer e2935488a3
fix: properly wrap very long words in markdown editor (#1743)
* Fix: Fix word-wrap in markdown editor

Overwrite css-property 'work-break: normal' for '.CodeMirror-wrap
pre.CodeMirror-line', which lead to words not wrapping correctly,
with 'word-break: break-word' to properly wrap words.

* Add rule for 'p.line' under .editor-markdown-preview-content

Add 'overflow-wrap: break-word;' for line in the preview of the markdown editor, so the preview properly wraps and does not overflow.
2020-05-22 13:31:31 -04:00
..
api feat: api docs editor (wip) + deps update 2019-12-01 22:45:37 -05:00
ckeditor feat: editor save conflict localization 2020-03-22 18:58:27 -04:00
common feat: katex in markdown preview + xss fix for svg 2020-03-06 14:31:05 -05:00
markdown feat: plantuml in markdown preview 2020-05-08 22:51:32 -04:00
editor-api.vue feat: assets move + comments migration + admin users UI 2020-05-21 00:20:57 -04:00
editor-ckeditor.vue fix: ckeditor - beautify html before saving 2020-04-30 01:21:31 -04:00
editor-code.vue feat: editor save conflict localization 2020-03-22 18:58:27 -04:00
editor-markdown.vue fix: properly wrap very long words in markdown editor (#1743) 2020-05-22 13:31:31 -04:00
editor-modal-blocks.vue feat: redirect editor UI (wip) 2020-05-10 18:43:45 -04:00
editor-modal-conflict.vue feat: editor save conflict localization 2020-03-22 18:58:27 -04:00
editor-modal-editorselect.vue feat: assets move + comments migration + admin users UI 2020-05-21 00:20:57 -04:00
editor-modal-media.vue fix: editor-modal-media action button (#1736) 2020-04-23 19:18:53 -04:00
editor-modal-properties.vue fix: nav external blank option 2020-05-08 18:48:07 -04:00
editor-modal-unsaved.vue feat: editor save conflict localization 2020-03-22 18:58:27 -04:00
editor-redirect.vue feat: redirect editor UI (wip) 2020-05-10 18:43:45 -04:00