@jx3box/jx3box-editor 2.1.2 → 2.1.3

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.
@@ -59,6 +59,7 @@
59
59
  border-top: none;
60
60
  display: none;
61
61
  line-height: 2.2;
62
+ white-space: normal;
62
63
  }
63
64
  }
64
65
  .c-article-editor {
@@ -67,5 +68,6 @@
67
68
  }
68
69
  .e-details {
69
70
  display: block;
71
+ white-space: normal;
70
72
  }
71
73
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-editor",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "JX3BOX Article & Editor",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -528,12 +528,14 @@
528
528
  border-top: none;
529
529
  display: none;
530
530
  line-height: 2.2;
531
+ white-space: normal;
531
532
  }
532
533
  .c-article-editor .e-summary {
533
534
  cursor: text;
534
535
  }
535
536
  .c-article-editor .e-details {
536
537
  display: block;
538
+ white-space: normal;
537
539
  }
538
540
  .hevue-imgpreview-wrap .he-img-wrap {
539
541
  background: rgba(0, 0, 0, 0.8);