@bigbinary/neeto-molecules 1.0.93 → 1.0.94

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.
@@ -1292,6 +1292,7 @@ var IconPicker = function IconPicker(_ref) {
1292
1292
  style: "link",
1293
1293
  onClick: handleRemoveClick
1294
1294
  }))), pure.isNotEmpty(iconList) ? /*#__PURE__*/React__default["default"].createElement(FixedSizeGrid, {
1295
+ className: "overflow-x-hidden",
1295
1296
  columnCount: GRID_PROPERTIES.columnCount,
1296
1297
  columnWidth: GRID_PROPERTIES.columnWidth,
1297
1298
  height: GRID_PROPERTIES.gridHeight,