customer-module-frontend 2.0.0-beta.17 → 2.0.0-beta.18
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/customer-module.js
CHANGED
|
@@ -37715,6 +37715,7 @@ function fw() {
|
|
|
37715
37715
|
}
|
|
37716
37716
|
.cm-root .account-table-datatable .omni-datatable .p-datatable-table{
|
|
37717
37717
|
width: max-content !important;
|
|
37718
|
+
min-width: 100% !important;
|
|
37718
37719
|
}
|
|
37719
37720
|
.cm-root .account-table-datatable .omni-datatable .p-datatable-wrapper{
|
|
37720
37721
|
border-top-left-radius: 0 !important;
|
|
@@ -38130,6 +38131,7 @@ function Iw() {
|
|
|
38130
38131
|
}
|
|
38131
38132
|
.cm-root .contact-table-datatable .omni-datatable .p-datatable-table{
|
|
38132
38133
|
width: max-content !important;
|
|
38134
|
+
min-width: 100% !important;
|
|
38133
38135
|
}
|
|
38134
38136
|
.cm-root .contact-table-datatable .omni-datatable .p-datatable-wrapper{
|
|
38135
38137
|
border-top-left-radius: 0 !important;
|