awing-library 2.1.2-dev.80 → 2.1.2-dev.81
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/esm/index.js +3 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -178337,7 +178337,9 @@ function TableEditable(props) {
|
|
|
178337
178337
|
children: [jsxRuntimeExports.jsxs(TableContainer, {
|
|
178338
178338
|
component: Paper$1,
|
|
178339
178339
|
sx: {
|
|
178340
|
-
|
|
178340
|
+
overflow: 'visible',
|
|
178341
|
+
width: 'fit-content',
|
|
178342
|
+
maxWidth: '100%'
|
|
178341
178343
|
},
|
|
178342
178344
|
children: [selected && onSelectedChange && selected.length > 0 && selectionActions && jsxRuntimeExports.jsx(TopBarActions, {
|
|
178343
178345
|
selected: selected,
|