@onehat/ui 0.4.29 → 0.4.30

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onehat/ui",
3
- "version": "0.4.29",
3
+ "version": "0.4.30",
4
4
  "description": "Base UI for OneHat apps",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -1357,7 +1357,7 @@ function Form(props) {
1357
1357
  web:min-h-[${minHeight}px]
1358
1358
  `}
1359
1359
  contentContainerStyle={{
1360
- height: '100%',
1360
+ // height: '100%',
1361
1361
  }}
1362
1362
  >
1363
1363
  {modeHeader}