@ctlyst.id/internal-ui 3.1.15 → 3.1.17

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -1530,7 +1530,6 @@ var DataTable = React5.forwardRef((props, ref) => {
1530
1530
  import_react28.Flex,
1531
1531
  {
1532
1532
  tabIndex: 0,
1533
- display: "inline-flex",
1534
1533
  cursor: "auto",
1535
1534
  "data-test-id": `CT_Component_TableCell_Content-${cell.id}`,
1536
1535
  onMouseUp: (e) => e.stopPropagation(),
@@ -1538,6 +1537,10 @@ var DataTable = React5.forwardRef((props, ref) => {
1538
1537
  onClick: (e) => {
1539
1538
  e.stopPropagation();
1540
1539
  },
1540
+ noOfLines: 2,
1541
+ sx: {
1542
+ display: "-webkit-inline-box"
1543
+ },
1541
1544
  children: (0, import_react_table.flexRender)(cell.column.columnDef.cell, cell.getContext())
1542
1545
  }
1543
1546
  )