X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/df341bdd09208d2b0f84060454cc0000df19deba..8a9226b9c80c99c82702fba212f7a7241dc14c7e:/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; +}