cloud-b2b 1.1.28 → 1.1.29
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.
|
@@ -352,7 +352,8 @@ var SuperTable2 = /*#__PURE__*/function (_React$Component) {
|
|
|
352
352
|
};
|
|
353
353
|
return /*#__PURE__*/React.createElement("a", {
|
|
354
354
|
style: {
|
|
355
|
-
whiteSpace: 'normal'
|
|
355
|
+
whiteSpace: 'normal',
|
|
356
|
+
wordBreak: "break-all"
|
|
356
357
|
},
|
|
357
358
|
onClick: onClick
|
|
358
359
|
}, title);
|
|
@@ -365,7 +365,8 @@ var SuperTable2 = /*#__PURE__*/function (_React$Component) {
|
|
|
365
365
|
};
|
|
366
366
|
return /*#__PURE__*/_react["default"].createElement("a", {
|
|
367
367
|
style: {
|
|
368
|
-
whiteSpace: 'normal'
|
|
368
|
+
whiteSpace: 'normal',
|
|
369
|
+
wordBreak: "break-all"
|
|
369
370
|
},
|
|
370
371
|
onClick: onClick
|
|
371
372
|
}, title);
|