dragon-editor 3.5.15 → 3.5.16
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/dist/module.json
CHANGED
|
@@ -552,6 +552,7 @@ defineExpose({
|
|
|
552
552
|
}
|
|
553
553
|
.dragon-editor .de-text-block {
|
|
554
554
|
min-height: 1.6em;
|
|
555
|
+
word-break: break-all;
|
|
555
556
|
outline: 0;
|
|
556
557
|
}
|
|
557
558
|
.dragon-editor .de-text-block:empty:hover::before, .dragon-editor .de-text-block:empty:focus::before {
|
|
@@ -562,6 +563,7 @@ defineExpose({
|
|
|
562
563
|
}
|
|
563
564
|
.dragon-editor .de-heading-block {
|
|
564
565
|
min-height: 1.6em;
|
|
566
|
+
word-break: break-all;
|
|
565
567
|
outline: 0;
|
|
566
568
|
}
|
|
567
569
|
.dragon-editor .de-heading-block[data-level="1"] {
|
|
@@ -608,6 +610,7 @@ defineExpose({
|
|
|
608
610
|
}
|
|
609
611
|
.dragon-editor .de-list-block .de-item {
|
|
610
612
|
min-height: 1.6em;
|
|
613
|
+
word-break: break-all;
|
|
611
614
|
outline: 0;
|
|
612
615
|
list-style: inherit;
|
|
613
616
|
}
|
|
@@ -896,6 +899,7 @@ defineExpose({
|
|
|
896
899
|
min-height: 1.6em;
|
|
897
900
|
color: #909090;
|
|
898
901
|
text-align: center;
|
|
902
|
+
word-break: break-all;
|
|
899
903
|
outline: 0;
|
|
900
904
|
}
|
|
901
905
|
.dragon-editor .de-image-block .de-caption:empty:hover::before, .dragon-editor .de-image-block .de-caption:empty:focus::before {
|
|
@@ -912,6 +916,7 @@ defineExpose({
|
|
|
912
916
|
}
|
|
913
917
|
.dragon-editor .de-code-block .de-filename {
|
|
914
918
|
flex: 1;
|
|
919
|
+
max-width: calc(100% - 120px);
|
|
915
920
|
padding: 5px 10px;
|
|
916
921
|
box-sizing: border-box;
|
|
917
922
|
outline: 0;
|
|
@@ -205,10 +205,12 @@ function structure(): VNode {
|
|
|
205
205
|
}
|
|
206
206
|
.dragon-editor-viewer .de-text-block {
|
|
207
207
|
min-height: 1.6em;
|
|
208
|
+
word-break: break-all;
|
|
208
209
|
outline: 0;
|
|
209
210
|
}
|
|
210
211
|
.dragon-editor-viewer .de-heading-block {
|
|
211
212
|
min-height: 1.6em;
|
|
213
|
+
word-break: break-all;
|
|
212
214
|
outline: 0;
|
|
213
215
|
}
|
|
214
216
|
.dragon-editor-viewer .de-heading-block[data-level="1"] {
|
|
@@ -249,6 +251,7 @@ function structure(): VNode {
|
|
|
249
251
|
}
|
|
250
252
|
.dragon-editor-viewer .de-list-block .de-item {
|
|
251
253
|
min-height: 1.6em;
|
|
254
|
+
word-break: break-all;
|
|
252
255
|
outline: 0;
|
|
253
256
|
list-style: inherit;
|
|
254
257
|
}
|
|
@@ -531,6 +534,7 @@ function structure(): VNode {
|
|
|
531
534
|
min-height: 1.6em;
|
|
532
535
|
color: #909090;
|
|
533
536
|
text-align: center;
|
|
537
|
+
word-break: break-all;
|
|
534
538
|
outline: 0;
|
|
535
539
|
}
|
|
536
540
|
.dragon-editor-viewer .de-code-block {
|
|
@@ -541,6 +545,7 @@ function structure(): VNode {
|
|
|
541
545
|
}
|
|
542
546
|
.dragon-editor-viewer .de-code-block .de-filename {
|
|
543
547
|
flex: 1;
|
|
548
|
+
max-width: calc(100% - 120px);
|
|
544
549
|
padding: 5px 10px;
|
|
545
550
|
box-sizing: border-box;
|
|
546
551
|
outline: 0;
|
|
@@ -339,6 +339,7 @@
|
|
|
339
339
|
}
|
|
340
340
|
.dragon-editor .de-text-block {
|
|
341
341
|
min-height: 1.6em;
|
|
342
|
+
word-break: break-all;
|
|
342
343
|
outline: 0;
|
|
343
344
|
}
|
|
344
345
|
.dragon-editor .de-text-block:empty:hover::before, .dragon-editor .de-text-block:empty:focus::before {
|
|
@@ -349,6 +350,7 @@
|
|
|
349
350
|
}
|
|
350
351
|
.dragon-editor .de-heading-block {
|
|
351
352
|
min-height: 1.6em;
|
|
353
|
+
word-break: break-all;
|
|
352
354
|
outline: 0;
|
|
353
355
|
}
|
|
354
356
|
.dragon-editor .de-heading-block[data-level="1"] {
|
|
@@ -395,6 +397,7 @@
|
|
|
395
397
|
}
|
|
396
398
|
.dragon-editor .de-list-block .de-item {
|
|
397
399
|
min-height: 1.6em;
|
|
400
|
+
word-break: break-all;
|
|
398
401
|
outline: 0;
|
|
399
402
|
list-style: inherit;
|
|
400
403
|
}
|
|
@@ -683,6 +686,7 @@
|
|
|
683
686
|
min-height: 1.6em;
|
|
684
687
|
color: #909090;
|
|
685
688
|
text-align: center;
|
|
689
|
+
word-break: break-all;
|
|
686
690
|
outline: 0;
|
|
687
691
|
}
|
|
688
692
|
.dragon-editor .de-image-block .de-caption:empty:hover::before, .dragon-editor .de-image-block .de-caption:empty:focus::before {
|
|
@@ -699,6 +703,7 @@
|
|
|
699
703
|
}
|
|
700
704
|
.dragon-editor .de-code-block .de-filename {
|
|
701
705
|
flex: 1;
|
|
706
|
+
max-width: calc(100% - 120px);
|
|
702
707
|
padding: 5px 10px;
|
|
703
708
|
box-sizing: border-box;
|
|
704
709
|
outline: 0;
|
|
@@ -170,10 +170,12 @@
|
|
|
170
170
|
}
|
|
171
171
|
.dragon-editor-viewer .de-text-block {
|
|
172
172
|
min-height: 1.6em;
|
|
173
|
+
word-break: break-all;
|
|
173
174
|
outline: 0;
|
|
174
175
|
}
|
|
175
176
|
.dragon-editor-viewer .de-heading-block {
|
|
176
177
|
min-height: 1.6em;
|
|
178
|
+
word-break: break-all;
|
|
177
179
|
outline: 0;
|
|
178
180
|
}
|
|
179
181
|
.dragon-editor-viewer .de-heading-block[data-level="1"] {
|
|
@@ -214,6 +216,7 @@
|
|
|
214
216
|
}
|
|
215
217
|
.dragon-editor-viewer .de-list-block .de-item {
|
|
216
218
|
min-height: 1.6em;
|
|
219
|
+
word-break: break-all;
|
|
217
220
|
outline: 0;
|
|
218
221
|
list-style: inherit;
|
|
219
222
|
}
|
|
@@ -496,6 +499,7 @@
|
|
|
496
499
|
min-height: 1.6em;
|
|
497
500
|
color: #909090;
|
|
498
501
|
text-align: center;
|
|
502
|
+
word-break: break-all;
|
|
499
503
|
outline: 0;
|
|
500
504
|
}
|
|
501
505
|
.dragon-editor-viewer .de-code-block {
|
|
@@ -506,6 +510,7 @@
|
|
|
506
510
|
}
|
|
507
511
|
.dragon-editor-viewer .de-code-block .de-filename {
|
|
508
512
|
flex: 1;
|
|
513
|
+
max-width: calc(100% - 120px);
|
|
509
514
|
padding: 5px 10px;
|
|
510
515
|
box-sizing: border-box;
|
|
511
516
|
outline: 0;
|