@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.mjs
CHANGED
@@ -1200,12 +1200,9 @@ var DataTable = React5.forwardRef((props, ref) => {
|
|
1200
1200
|
onClick: (e) => {
|
1201
1201
|
e.stopPropagation();
|
1202
1202
|
},
|
1203
|
-
|
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
|
}
|