@agilemotion/oui-react-js 1.8.58 → 1.8.59
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.
|
@@ -261,7 +261,7 @@ const Toolbar = props => {
|
|
|
261
261
|
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
262
262
|
style: {
|
|
263
263
|
width: 'calc(100% - 40px)',
|
|
264
|
-
maxHeight: '
|
|
264
|
+
maxHeight: '64px'
|
|
265
265
|
},
|
|
266
266
|
ref: sectionContainerRef
|
|
267
267
|
}, toolbar.sections.map((section, index) => {
|
|
@@ -351,10 +351,9 @@ const Toolbar = props => {
|
|
|
351
351
|
id: props.config.id,
|
|
352
352
|
className: 'oui-toolbar',
|
|
353
353
|
style: _Utils.default.mergeStyles({
|
|
354
|
-
borderBottom: '1px solid #e2e2e2',
|
|
355
354
|
padding: '4px 0',
|
|
356
355
|
overflow: 'hidden',
|
|
357
|
-
maxHeight: '
|
|
356
|
+
maxHeight: '64px'
|
|
358
357
|
}, props.config)
|
|
359
358
|
}, render(props.config));
|
|
360
359
|
};
|
package/package.json
CHANGED