@visns-studio/visns-components 3.8.8 → 3.8.9

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.
@@ -643,6 +643,7 @@ function GenericFormBuilder({ setting, urlParam, userProfile }) {
643
643
  className={renderClassName(
644
644
  a
645
645
  )}
646
+ style={{ height: '64.2px' }}
646
647
  >
647
648
  {renderField(a)}
648
649
  </div>
package/package.json CHANGED
@@ -54,7 +54,7 @@
54
54
  "react-dom": "^17.0.1"
55
55
  },
56
56
  "name": "@visns-studio/visns-components",
57
- "version": "3.8.8",
57
+ "version": "3.8.9",
58
58
  "description": "Various packages to assist in the development of our Custom Applications.",
59
59
  "main": "index.js",
60
60
  "scripts": {