From ff399fe7aad9d00bbc59275a83ac0df224a350a9 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Thu, 29 Apr 2021 11:27:05 +0200 Subject: [PATCH] Fix the error limiting the size of gallery sidebar. --- src/redakcja/static/css/master.css | 5 +++++ 1 file changed, 5 insertions(+) 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; +} -- 2.20.1