@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.js +2 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -1537,12 +1537,9 @@ var DataTable = React5.forwardRef((props, ref) => {
|
|
1537
1537
|
onClick: (e) => {
|
1538
1538
|
e.stopPropagation();
|
1539
1539
|
},
|
1540
|
-
|
1541
|
-
textOverflow: "ellipsis",
|
1540
|
+
noOfLines: 2,
|
1542
1541
|
sx: {
|
1543
|
-
display: "-webkit-inline-box"
|
1544
|
-
WebkitLineClamp: "2",
|
1545
|
-
WebkitBoxOrient: "vertical"
|
1542
|
+
display: "-webkit-inline-box"
|
1546
1543
|
},
|
1547
1544
|
children: (0, import_react_table.flexRender)(cell.column.columnDef.cell, cell.getContext())
|
1548
1545
|
}
|