Skip to content

Commit

Permalink
Fix long line issue in dist build
Browse files Browse the repository at this point in the history
  • Loading branch information
henk23 authored and knadh committed Sep 23, 2021
1 parent c09d2fc commit 71fc73f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/components/Editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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; }'
Expand Down

0 comments on commit 71fc73f

Please sign in to comment.