aefis-core-ui 2.3.0-rc23 → 2.3.0-rc24

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.
@@ -4802,6 +4802,7 @@ const List = ({
4802
4802
  listStyle["flexDirection"] = "row";
4803
4803
  listProps["dense"] = true;
4804
4804
  listProps["disablePadding"] = true;
4805
+ listStyle["flexWrap"] = "unset";
4805
4806
  }
4806
4807
  return /*#__PURE__*/jsx(Box$1, {
4807
4808
  sx: rootStyle,