@ctlyst.id/internal-ui 3.1.16 → 3.1.17

Sign up to get free protection for your applications and to get access to all the features.
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
  }