@cakemail-org/ui-components-v2 2.2.19 → 2.2.20
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/cjs/index.js
CHANGED
|
@@ -7020,8 +7020,10 @@ function getMuiTableCell(theme) {
|
|
|
7020
7020
|
boxSizing: "border-box",
|
|
7021
7021
|
marginBottom: theme.spacing(5),
|
|
7022
7022
|
border: "none",
|
|
7023
|
+
maxWidth: "25rem !important",
|
|
7024
|
+
overflow: "hidden",
|
|
7023
7025
|
".cellContainer .MuiTypography-root, .cellContainer p": {
|
|
7024
|
-
maxWidth: "
|
|
7026
|
+
maxWidth: "23rem !important",
|
|
7025
7027
|
overflow: "hidden",
|
|
7026
7028
|
textOverflow: "ellipsis",
|
|
7027
7029
|
whiteSpace: "nowrap",
|
package/dist/esm/index.js
CHANGED
|
@@ -7000,8 +7000,10 @@ function getMuiTableCell(theme) {
|
|
|
7000
7000
|
boxSizing: "border-box",
|
|
7001
7001
|
marginBottom: theme.spacing(5),
|
|
7002
7002
|
border: "none",
|
|
7003
|
+
maxWidth: "25rem !important",
|
|
7004
|
+
overflow: "hidden",
|
|
7003
7005
|
".cellContainer .MuiTypography-root, .cellContainer p": {
|
|
7004
|
-
maxWidth: "
|
|
7006
|
+
maxWidth: "23rem !important",
|
|
7005
7007
|
overflow: "hidden",
|
|
7006
7008
|
textOverflow: "ellipsis",
|
|
7007
7009
|
whiteSpace: "nowrap",
|