easy-email-extensions 3.1.56 → 3.1.57
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/index2.js +7 -2
- package/lib/index2.js.map +1 -1
- package/lib/style.css +1 -1
- package/package.json +2 -2
package/lib/index2.js
CHANGED
@@ -60,7 +60,7 @@ import { BasicType, ImageManager, BlockManager, createBlockDataByType, getParent
|
|
60
60
|
import ReactDOM, { findDOMNode, createPortal } from "react-dom";
|
61
61
|
import { useField, Field, useForm as useForm$1, Form as Form$3, version as version$2, useFormState } from "react-final-form";
|
62
62
|
var index$2 = "";
|
63
|
-
const title = "
|
63
|
+
const title = "_title_1f523_1";
|
64
64
|
var styles$6 = {
|
65
65
|
title
|
66
66
|
};
|
@@ -42062,7 +42062,12 @@ function BlockLayer(props) {
|
|
42062
42062
|
style: { fontSize: 12, color: "#999" }
|
42063
42063
|
}), /* @__PURE__ */ React__default.createElement("div", {
|
42064
42064
|
title: lodash.exports.isString(title2) ? title2 : "",
|
42065
|
-
style: {
|
42065
|
+
style: {
|
42066
|
+
overflow: "hidden",
|
42067
|
+
whiteSpace: "nowrap",
|
42068
|
+
width: "5em",
|
42069
|
+
textOverflow: "ellipsis"
|
42070
|
+
}
|
42066
42071
|
}, /* @__PURE__ */ React__default.createElement(TextStyle, {
|
42067
42072
|
size: "smallest"
|
42068
42073
|
}, title2))), /* @__PURE__ */ React__default.createElement("div", {
|