wikijs-fork/client
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
..
components fix: properly wrap very long words in markdown editor (#1743) 2020-05-22 13:31:31 -04:00
graph feat: assets move + comments migration + admin users UI 2020-05-21 00:20:57 -04:00
helpers fix: setup issues + webpack improvements 2018-09-29 15:39:09 -04:00
libs feat: save conflict resolution 2020-03-21 19:18:08 -04:00
modules fix: i18n xhr for 5 lang codes 2019-09-27 14:59:53 -04:00
polyfills refactor: client structure + editor preview logic 2018-02-24 17:35:56 -05:00
scss fix: legacy page view 2020-05-21 00:20:57 -04:00
static feat: assets move + comments migration + admin users UI 2020-05-21 00:20:57 -04:00
store feat: extensions check + resolver 2020-05-21 00:20:57 -04:00
themes/default feat: extensions check + resolver 2020-05-21 00:20:57 -04:00
client-app.js feat: comments UI 2020-05-21 00:20:57 -04:00
client-setup.js misc: deps cleanup + form validation fixes 2019-09-15 23:20:40 -04:00
index-app.js fix: theme loading optimizations 2020-04-24 17:40:41 -04:00
index-legacy.js feat: locales availability + IE display mode 2019-07-12 23:57:15 -04:00
index-setup.js fix: theme loading optimizations 2020-04-24 17:40:41 -04:00