wikijs-fork/client/components
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
..
admin fix: remove makefile + update nvmrc version 2020-05-21 00:20:57 -04:00
common feat: assets move + comments migration + admin users UI 2020-05-21 00:20:57 -04:00
editor fix: properly wrap very long words in markdown editor (#1743) 2020-05-22 13:31:31 -04:00
profile feat: assets move + comments migration + admin users UI 2020-05-21 00:20:57 -04:00
admin.vue feat: admin comments page 2020-05-21 00:20:57 -04:00
comments.vue feat: comments UI 2020-05-21 00:20:57 -04:00
editor.vue feat: redirect editor UI (wip) 2020-05-10 18:43:45 -04:00
history.vue fix: nav external blank option 2020-05-08 18:48:07 -04:00
login.vue feat: user profile page - save info + change pwd 2020-04-05 23:49:26 -04:00
new-page.vue feat: assets move + comments migration + admin users UI 2020-05-21 00:20:57 -04:00
not-found.vue feat: assets move + comments migration + admin users UI 2020-05-21 00:20:57 -04:00
profile.vue fix: nav external blank option 2020-05-08 18:48:07 -04:00
register.vue feat: user profile page - save info + change pwd 2020-04-05 23:49:26 -04:00
setup.vue feat: confetti during setup success 2020-05-21 00:34:24 -04:00
source.vue fix: nav external blank option 2020-05-08 18:48:07 -04:00
tags.vue feat: assets move + comments migration + admin users UI 2020-05-21 00:20:57 -04:00
unauthorized.vue feat: assets move + comments migration + admin users UI 2020-05-21 00:20:57 -04:00
welcome.vue misc: migrate to vuetify 2.0 (wip) 2019-08-03 22:51:29 -04:00