Fix long line issue in dist build

This commit is contained in:
Heiko Salmon 2021-09-19 15:07:34 +02:00 committed by Kailash Nadh
parent c09d2fcd5d
commit 71fc73fa33

View file

@ -47,7 +47,8 @@
'bullist numlist table | outdent indent | removeformat | link hr',
skin: false,
content_css: false,
content_style: 'body { font-family: \'Helvetica Neue\', \'Segoe UI\', Helvetica, sans-serif; font-size: 15px; line-height: 26px; color: #444; }' +
content_style: 'body { font-family: \'Helvetica Neue\', \'Segoe UI\', Helvetica, ' +
'sans-serif; font-size: 15px; line-height: 26px; color: #444; }' +
'img { max-width: 100%; }'+
'a { color: #0055d4; }'+
'a:hover { color: #111; }'