• Louis Meyer's avatar
    fix: properly wrap very long words in markdown editor (#1743) · e2935488
    Louis Meyer authored
    * 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.
    e2935488
Name
Last commit
Last update
..
admin Loading commit data...
common Loading commit data...
editor Loading commit data...
profile Loading commit data...
admin.vue Loading commit data...
comments.vue Loading commit data...
editor.vue Loading commit data...
history.vue Loading commit data...
login.vue Loading commit data...
new-page.vue Loading commit data...
not-found.vue Loading commit data...
profile.vue Loading commit data...
register.vue Loading commit data...
setup.vue Loading commit data...
source.vue Loading commit data...
tags.vue Loading commit data...
unauthorized.vue Loading commit data...
welcome.vue Loading commit data...