@fileverse-dev/ddoc 2.1.2-patch-3 → 2.1.2-patch-3.2
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/index.es.js +2 -6
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -79767,9 +79767,6 @@ const x5 = [
|
|
79767
79767
|
.ProseMirror img {
|
79768
79768
|
max-width: 720px;
|
79769
79769
|
max-height: calc(100vh - 96px);
|
79770
|
-
width: initial !important;
|
79771
|
-
height: initial !important;
|
79772
|
-
object-fit: contain;
|
79773
79770
|
display: block;
|
79774
79771
|
margin: 16px auto;
|
79775
79772
|
position: relative;
|
@@ -79877,9 +79874,8 @@ const x5 = [
|
|
79877
79874
|
margin: 0;
|
79878
79875
|
}
|
79879
79876
|
img {
|
79880
|
-
max-width:
|
79881
|
-
height:
|
79882
|
-
object-fit: contain;
|
79877
|
+
max-width: fit-content;
|
79878
|
+
height: auto;
|
79883
79879
|
aspect-ratio: auto;
|
79884
79880
|
display: block;
|
79885
79881
|
margin-left: auto;
|