@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.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
|
}
|