config-editor-base 2.9.5 → 2.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.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -24783,7 +24783,7 @@ var FilterBuilderTool = /*#__PURE__*/function (_React$Component) {
|
|
|
24783
24783
|
style: {
|
|
24784
24784
|
display: "flex",
|
|
24785
24785
|
gap: "10px",
|
|
24786
|
-
alignItems: "
|
|
24786
|
+
alignItems: "center",
|
|
24787
24787
|
flexWrap: "wrap"
|
|
24788
24788
|
}
|
|
24789
24789
|
}, /*#__PURE__*/React.createElement("div", {
|