zydx-plus 1.33.433 → 1.33.434
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
|
@@ -931,12 +931,10 @@ export default {
|
|
|
931
931
|
line-height: 24px;
|
|
932
932
|
font-weight: 700;
|
|
933
933
|
}
|
|
934
|
-
|
|
935
|
-
:deep(.imgCont) {
|
|
934
|
+
:deep(p:has(>img)) {
|
|
936
935
|
line-height: 0 !important;
|
|
937
936
|
text-indent: 0 !important;
|
|
938
937
|
}
|
|
939
|
-
|
|
940
938
|
:deep(.ProseMirror-separator) {
|
|
941
939
|
display: none !important;
|
|
942
940
|
}
|