@foodpilot/foods 1.0.0 → 1.0.1
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/main.js +6 -0
- package/dist/main.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -68596,6 +68596,12 @@ const T3e = (e) => {
|
|
|
68596
68596
|
// Masquer les séparateurs verticaux
|
|
68597
68597
|
"&>.Mui-TableHeadCell-Content .MuiDivider-vertical": {
|
|
68598
68598
|
opacity: "0"
|
|
68599
|
+
},
|
|
68600
|
+
"& .Mui-TableHeadCell-Content-Labels": {
|
|
68601
|
+
width: "100%",
|
|
68602
|
+
"& .Mui-TableHeadCell-Content-Wrapper": {
|
|
68603
|
+
width: "100%"
|
|
68604
|
+
}
|
|
68599
68605
|
}
|
|
68600
68606
|
},
|
|
68601
68607
|
headRow: {
|