sag_components 1.0.22 → 1.0.24

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.
@@ -44,7 +44,9 @@ var OneColumnContainer = function OneColumnContainer(_ref) {
44
44
  ref: nodeRef,
45
45
  style: {
46
46
  width: "100%",
47
- height: "100%"
47
+ height: "100%",
48
+ display: "grid",
49
+ gridTemplateColumns: "repeat(2, 1fr)"
48
50
  }
49
51
  }, children, /*#__PURE__*/_react.default.createElement(_OneColumnContainer.InfoTextContainer, {
50
52
  clicked: clicked,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.22",
3
+ "version": "1.0.24",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -22,8 +22,11 @@ export const OneColumnContainer = ({ children,nodeRef,itemClass,overStyle,draggi
22
22
  children && droppedStyle
23
23
  )} width={width} height={height}>
24
24
  <div ref={nodeRef} style={{
25
+
25
26
  width: "100%",
26
- height: "100%"
27
+ height: "100%",
28
+ display: "grid",
29
+ gridTemplateColumns: "repeat(2, 1fr)"
27
30
  }}>
28
31
  {children}
29
32
  <InfoTextContainer clicked={clicked} width={width} height={height}>