jodit-pro-react 5.5.84 → 5.5.86
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/build/esm/index.css
CHANGED
|
@@ -9351,6 +9351,7 @@ svg.jodit-icon {
|
|
|
9351
9351
|
.jodit-ui-combo-box {
|
|
9352
9352
|
display: flex;
|
|
9353
9353
|
flex-direction: column;
|
|
9354
|
+
line-height: normal;
|
|
9354
9355
|
margin-bottom: var(--jd-padding-default);
|
|
9355
9356
|
position: relative;
|
|
9356
9357
|
}
|
|
@@ -9475,6 +9476,15 @@ svg.jodit-icon {
|
|
|
9475
9476
|
.jodit-ui-map__map-root {
|
|
9476
9477
|
height: 100%;
|
|
9477
9478
|
}
|
|
9479
|
+
.jodit-ui-map__error {
|
|
9480
|
+
align-items: center;
|
|
9481
|
+
color: #7a7a7a;
|
|
9482
|
+
display: flex;
|
|
9483
|
+
height: 100%;
|
|
9484
|
+
justify-content: center;
|
|
9485
|
+
padding: 20px;
|
|
9486
|
+
text-align: center;
|
|
9487
|
+
}
|
|
9478
9488
|
.jodit-ui-map__map-size {
|
|
9479
9489
|
border: 1px dotted var(--jd-color-map-bounding-box);
|
|
9480
9490
|
left: 50%;
|