mirror of
https://github.com/knadh/listmonk.git
synced 2025-12-11 15:18:02 +08:00
Fix long line issue in dist build
This commit is contained in:
parent
c09d2fcd5d
commit
71fc73fa33
1 changed files with 2 additions and 1 deletions
|
|
@ -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; }'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue