fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbc0bb7
)
Fix the error limiting the size of gallery sidebar.
author
Radek Czajka
<rczajka@rczajka.pl>
Thu, 29 Apr 2021 09:27:05 +0000
(11:27 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Thu, 29 Apr 2021 09:27:05 +0000
(11:27 +0200)
src/redakcja/static/css/master.css
patch
|
blob
|
history
diff --git
a/src/redakcja/static/css/master.css
b/src/redakcja/static/css/master.css
index
e8336fb
..
566183e
100644
(file)
--- 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;
+}