@pingux/astro 2.0.3-alpha.3 → 2.0.3
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.
@@ -233,7 +233,8 @@ var EnvironmentBreadcrumb = /*#__PURE__*/(0, _react.forwardRef)(function (props,
|
|
233
233
|
containerProps: {
|
234
234
|
// this one is needed to cancel default scrollBox items behavior
|
235
235
|
sx: {
|
236
|
-
overflow: 'visible'
|
236
|
+
overflow: 'visible',
|
237
|
+
padding: '3px'
|
237
238
|
}
|
238
239
|
},
|
239
240
|
onChange: setSearchValue
|
@@ -219,7 +219,8 @@ var EnvironmentBreadcrumb = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
219
219
|
containerProps: {
|
220
220
|
// this one is needed to cancel default scrollBox items behavior
|
221
221
|
sx: {
|
222
|
-
overflow: 'visible'
|
222
|
+
overflow: 'visible',
|
223
|
+
padding: '3px'
|
223
224
|
}
|
224
225
|
},
|
225
226
|
onChange: setSearchValue
|