@seafile/sdoc-editor 3.0.24 → 3.0.25

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.
@@ -147,6 +147,7 @@
147
147
  margin-bottom: 0 !important;
148
148
  }
149
149
 
150
- .md-rendered-html ul, .md-rendered-html li {
151
- padding: revert;
150
+ .md-rendered-html ul,
151
+ .md-rendered-html ol {
152
+ padding: 0 0 0 20px !important;
152
153
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/sdoc-editor",
3
- "version": "3.0.24",
3
+ "version": "3.0.25",
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": "94cf167f6aae1a3eafae10bd9c78bf8b10fa01a4"
74
+ "gitHead": "d9fce7ae47f01c975cec0b05c06a2d8831a31564"
75
75
  }