Fix the error limiting the size of gallery sidebar.
[redakcja.git] / src / redakcja / static / css / master.css
index e8336fb..566183e 100644 (file)
@@ -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;
+}