@visns-studio/visns-components 3.7.11 → 3.7.12

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.
@@ -374,7 +374,10 @@ function Field({
374
374
  ) : null;
375
375
  case 'checkbox':
376
376
  return settings.options?.length > 0 ? (
377
- <div className="fi__optionscontainer">
377
+ <div
378
+ className="fi__optionscontainer"
379
+ style={{ paddingTop: '10px' }}
380
+ >
378
381
  {settings.options.map((option, index) => (
379
382
  <div
380
383
  key={`${settings.id}-checkbox-option-${index}`}
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.7.11",
57
+ "version": "3.7.12",
58
58
  "description": "Various packages to assist in the development of our Custom Applications.",
59
59
  "main": "index.js",
60
60
  "scripts": {