react-table-edit 0.9.5 → 0.9.6
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/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1107,7 +1107,7 @@ var SelectTable = (0, import_react6.forwardRef)((props, ref) => {
|
|
|
1107
1107
|
container: component,
|
|
1108
1108
|
className: "formula-dropdown icon-dropdown p-0",
|
|
1109
1109
|
style: {
|
|
1110
|
-
width:
|
|
1110
|
+
width: "min-content",
|
|
1111
1111
|
position: "fixed",
|
|
1112
1112
|
borderRadius: 3,
|
|
1113
1113
|
zIndex: 9999
|
package/dist/index.mjs
CHANGED
|
@@ -1071,7 +1071,7 @@ var SelectTable = forwardRef((props, ref) => {
|
|
|
1071
1071
|
container: component,
|
|
1072
1072
|
className: "formula-dropdown icon-dropdown p-0",
|
|
1073
1073
|
style: {
|
|
1074
|
-
width:
|
|
1074
|
+
width: "min-content",
|
|
1075
1075
|
position: "fixed",
|
|
1076
1076
|
borderRadius: 3,
|
|
1077
1077
|
zIndex: 9999
|