@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.
package/package.json
CHANGED
package/public/css/article.css
CHANGED
|
@@ -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);
|