浏览代码

Fix long line issue in dist build

Heiko Salmon 3 年之前
父节点
当前提交
71fc73fa33
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      frontend/src/components/Editor.vue

+ 2 - 1
frontend/src/components/Editor.vue

@@ -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; }'