Fix the error limiting the size of gallery sidebar.
authorRadek Czajka <rczajka@rczajka.pl>
Thu, 29 Apr 2021 09:27:05 +0000 (11:27 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 29 Apr 2021 09:27:05 +0000 (11:27 +0200)
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;
+}