@seafile/sdoc-editor 2.0.202 → 2.0.203

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -106,7 +106,7 @@
106
106
  .file-preview-panel-body .sdoc-article-container .article.sdoc-editor__article {
107
107
  border: none;
108
108
  box-shadow: none;
109
- padding: 8px;
109
+ padding: 8px 16px;
110
110
  }
111
111
 
112
112
  .file-preview-panel-body .sdoc-article-container .sdoc-table-wrapper {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/sdoc-editor",
3
- "version": "2.0.202",
3
+ "version": "2.0.203",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "test": "jest",
@@ -71,5 +71,5 @@
71
71
  "publishConfig": {
72
72
  "access": "public"
73
73
  },
74
- "gitHead": "a0f7311114597313bfe8367fc8725a8e1c2f8e89"
74
+ "gitHead": "43c4ac276fa9d7333f769fc7029a918785875191"
75
75
  }