@visns-studio/visns-components 5.1.8 → 5.1.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.
package/package.json CHANGED
@@ -77,7 +77,7 @@
77
77
  "react-dom": "^17.0.0 || ^18.0.0"
78
78
  },
79
79
  "name": "@visns-studio/visns-components",
80
- "version": "5.1.8",
80
+ "version": "5.1.9",
81
81
  "description": "Various packages to assist in the development of our Custom Applications.",
82
82
  "main": "src/index.js",
83
83
  "files": [
@@ -177,7 +177,7 @@
177
177
  form {
178
178
  width: 100%;
179
179
  display: grid;
180
- grid-template-columns: 1fr 1fr;
180
+ grid-template-columns: 1fr 1fr 1fr 1fr;
181
181
  gap: 1em;
182
182
  padding: 0.35rem;
183
183
  }