akeyless-client-commons 1.0.114 → 1.0.115
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/components/index.js
CHANGED
|
@@ -4910,7 +4910,7 @@ var TableCell = function(param) {
|
|
|
4910
4910
|
"boolean"
|
|
4911
4911
|
].includes(typeof value === "undefined" ? "undefined" : _type_of(value)) ? value : "",
|
|
4912
4912
|
style: cellStyle,
|
|
4913
|
-
className: cn("chivo ellipsis _ellipsis text-start
|
|
4913
|
+
className: cn("chivo ellipsis _ellipsis text-start px-2 border-black/30 border-[1px] max-w-[90px] ", cellClassName || ""),
|
|
4914
4914
|
children: value
|
|
4915
4915
|
});
|
|
4916
4916
|
};
|
|
@@ -4706,7 +4706,7 @@ var TableCell = function(param) {
|
|
|
4706
4706
|
"boolean"
|
|
4707
4707
|
].includes(typeof value === "undefined" ? "undefined" : _type_of(value)) ? value : "",
|
|
4708
4708
|
style: cellStyle,
|
|
4709
|
-
className: cn("chivo ellipsis _ellipsis text-start
|
|
4709
|
+
className: cn("chivo ellipsis _ellipsis text-start px-2 border-black/30 border-[1px] max-w-[90px] ", cellClassName || ""),
|
|
4710
4710
|
children: value
|
|
4711
4711
|
});
|
|
4712
4712
|
};
|