@jx3box/jx3box-editor 2.1.2 → 2.1.4

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.
@@ -60,6 +60,13 @@
60
60
  display: none;
61
61
  line-height: 2.2;
62
62
  }
63
+
64
+ pre.e-details{
65
+ white-space: pre-line;
66
+ }
67
+ div.e-details{
68
+ white-space: normal;
69
+ }
63
70
  }
64
71
  .c-article-editor {
65
72
  .e-summary {
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.4",
4
4
  "description": "JX3BOX Article & Editor",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -529,6 +529,12 @@
529
529
  display: none;
530
530
  line-height: 2.2;
531
531
  }
532
+ .c-article-tinymce pre.e-details {
533
+ white-space: pre-line;
534
+ }
535
+ .c-article-tinymce div.e-details {
536
+ white-space: normal;
537
+ }
532
538
  .c-article-editor .e-summary {
533
539
  cursor: text;
534
540
  }