@mcurros2/microm 1.1.369-0 → 1.1.370-0

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 CHANGED
@@ -12926,7 +12926,7 @@ function $3ea298384e41b05b$export$c8dd51eb24f71762(props) {
12926
12926
  minGridHeight
12927
12927
  ]);
12928
12928
  const sectionStyle = {
12929
- height: gridHeight === 'flex-grow' ? '100%' : undefined,
12929
+ height: gridHeight === 'flex-grow' ? 'calc(100% - 2rem)' : undefined,
12930
12930
  display: gridHeight === 'flex-grow' ? 'flex' : undefined,
12931
12931
  flexDirection: gridHeight === 'flex-grow' ? 'column' : undefined,
12932
12932
  minHeight: effectiveMinGridHeight