@cakemail-org/ui-components-v2 2.2.18 → 2.2.19
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,6 @@ 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",
|
|
7025
7023
|
".cellContainer .MuiTypography-root, .cellContainer p": {
|
|
7026
7024
|
maxWidth: "25rem !important",
|
|
7027
7025
|
overflow: "hidden",
|
package/dist/esm/index.js
CHANGED
|
@@ -7000,8 +7000,6 @@ 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",
|
|
7005
7003
|
".cellContainer .MuiTypography-root, .cellContainer p": {
|
|
7006
7004
|
maxWidth: "25rem !important",
|
|
7007
7005
|
overflow: "hidden",
|