@blocklet/editor 2.0.156 → 2.0.157

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.
@@ -120,8 +120,7 @@ const EditorContent = styled.div `
120
120
  .be-editable {
121
121
  transition: padding-bottom 0.2s;
122
122
  code {
123
- white-space: nowrap;
124
- overflow: auto;
123
+ white-space: pre-wrap;
125
124
  }
126
125
  }
127
126
 
@@ -79,8 +79,7 @@ const EditorContent = styled.div `
79
79
  position: relative;
80
80
  .be-editable {
81
81
  code {
82
- white-space: nowrap;
83
- overflow: auto;
82
+ white-space: pre-wrap;
84
83
  }
85
84
  }
86
85
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/editor",
3
- "version": "2.0.156",
3
+ "version": "2.0.157",
4
4
  "main": "lib/index.js",
5
5
  "scripts": {
6
6
  "dev": "npm run storybook",
@@ -40,7 +40,7 @@
40
40
  "@arcblock/ux": "^2.10.28",
41
41
  "@blocklet/embed": "^0.2.0",
42
42
  "@blocklet/pages-kit": "^0.2.400",
43
- "@blocklet/pdf": "2.0.156",
43
+ "@blocklet/pdf": "2.0.157",
44
44
  "@excalidraw/excalidraw": "^0.14.2",
45
45
  "@iconify/iconify": "^3.0.1",
46
46
  "@iconify/icons-tabler": "^1.2.95",
@@ -113,5 +113,5 @@
113
113
  "react": "*",
114
114
  "react-dom": "*"
115
115
  },
116
- "gitHead": "eefba27a6dd5c7ae4ecd42515a5013ef064a1faa"
116
+ "gitHead": "3f7d68d290454173be2b8886b1c246e45e70dc93"
117
117
  }