• 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
..
components Loading commit data...
graph Loading commit data...
helpers Loading commit data...
libs Loading commit data...
modules Loading commit data...
polyfills Loading commit data...
scss Loading commit data...
static Loading commit data...
store Loading commit data...
themes/default Loading commit data...
client-app.js Loading commit data...
client-setup.js Loading commit data...
index-app.js Loading commit data...
index-legacy.js Loading commit data...
index-setup.js Loading commit data...