next-helios-fe 1.8.142 → 1.8.144

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-helios-fe",
3
- "version": "1.8.142",
3
+ "version": "1.8.144",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -955,7 +955,7 @@ export const Table: TableComponentProps = ({
955
955
  </div>
956
956
  )}
957
957
  <div
958
- className={`flex-1 flex overflow-auto ${height} ${
958
+ className={`flex flex-col overflow-auto ${height} ${
959
959
  options?.border && "rounded-md border"
960
960
  }`}
961
961
  >