@jx3box/jx3box-editor 2.1.1 → 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.
@@ -5,7 +5,6 @@
5
5
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica,
6
6
  Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
7
7
  Segoe UI Symbol;
8
- white-space: pre-wrap;
9
8
  margin: 0;
10
9
  }
11
10
  .e-summary {
@@ -60,6 +59,7 @@
60
59
  border-top: none;
61
60
  display: none;
62
61
  line-height: 2.2;
62
+ white-space: normal;
63
63
  }
64
64
  }
65
65
  .c-article-editor {
@@ -68,5 +68,6 @@
68
68
  }
69
69
  .e-details {
70
70
  display: block;
71
+ white-space: normal;
71
72
  }
72
73
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-editor",
3
- "version": "2.1.1",
3
+ "version": "2.1.3",
4
4
  "description": "JX3BOX Article & Editor",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -478,7 +478,6 @@
478
478
  .c-article-tinymce .e-details,
479
479
  .c-article-tinymce .e-summary {
480
480
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
481
- white-space: pre-wrap;
482
481
  margin: 0;
483
482
  }
484
483
  .c-article-tinymce .e-summary {
@@ -528,12 +527,15 @@
528
527
  background: none;
529
528
  border-top: none;
530
529
  display: none;
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);
@@ -1272,6 +1274,10 @@
1272
1274
  height: 12px;
1273
1275
  border-radius: 50%;
1274
1276
  display: block;
1277
+ display: none;
1278
+ }
1279
+ .c-article-tinymce:not(.c-article-editor) .w-skill-combo-item .u-gcd-icon.is-show {
1280
+ display: inline-block;
1275
1281
  }
1276
1282
  .c-article-tinymce:not(.c-article-editor) .w-skill-combo-item .u-gcd-icon i {
1277
1283
  color: #fff;