@ctlyst.id/internal-ui 3.1.16 → 3.1.17

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.mjs CHANGED
@@ -1200,12 +1200,9 @@ var DataTable = React5.forwardRef((props, ref) => {
1200
1200
  onClick: (e) => {
1201
1201
  e.stopPropagation();
1202
1202
  },
1203
- overflow: "hidden",
1204
- textOverflow: "ellipsis",
1203
+ noOfLines: 2,
1205
1204
  sx: {
1206
- display: "-webkit-inline-box",
1207
- WebkitLineClamp: "2",
1208
- WebkitBoxOrient: "vertical"
1205
+ display: "-webkit-inline-box"
1209
1206
  },
1210
1207
  children: flexRender(cell.column.columnDef.cell, cell.getContext())
1211
1208
  }