@bigbinary/neeto-tags-frontend 0.0.41 → 0.0.42

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.js CHANGED
@@ -3529,7 +3529,7 @@ var Tags$2 = function Tags(_ref) {
3529
3529
  weight: "bold",
3530
3530
  className: "neeto-ui-text-gray-500 neeto-ui-mb-4"
3531
3531
  }, label), !!selectedTags.length && /*#__PURE__*/React.createElement("div", {
3532
- className: "neeto-ui-flex neeto-ui-mb-2 neeto-ui-flex-row neeto-ui-flex-wrap neeto-ui-items-start neeto-ui-justify-start"
3532
+ className: "neeto-ui-flex neeto-ui-mb-2 neeto-ui-flex-row neeto-ui-flex-wrap neeto-ui-items-start neeto-ui-justify-start break-all"
3533
3533
  }, selectedTags === null || selectedTags === void 0 ? void 0 : selectedTags.map(function (tag, index) {
3534
3534
  return /*#__PURE__*/React.createElement(Tag, _extends({
3535
3535
  key: "".concat(index, "-").concat(tag.label),