X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/df341bdd09208d2b0f84060454cc0000df19deba..22121e7b8f5b96e2a174bfb623adac3f3a4cbab9:/src/redakcja/static/css/master.css diff --git a/src/redakcja/static/css/master.css b/src/redakcja/static/css/master.css index e8336fb2..566183e9 100644 --- a/src/redakcja/static/css/master.css +++ b/src/redakcja/static/css/master.css @@ -217,3 +217,8 @@ img.tabclose { flex: 1; overflow: auto; } + +#source-editor .CodeMirror-wrap pre.CodeMirror-line, +#source-editor .CodeMirror-wrap pre.CodeMirror-line-like { + word-wrap: anywhere; +}