@visns-studio/visns-components 2.2.3 → 2.2.4

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.
@@ -696,6 +696,10 @@ const DataGrid = forwardRef(
696
696
  column.maxWidth && column.maxWidth > 0
697
697
  ? column.maxWidth
698
698
  : undefined,
699
+ textVerticalAlign: 'top',
700
+ style: {
701
+ margin: '0px',
702
+ },
699
703
  };
700
704
 
701
705
  switch (column.type) {
package/package.json CHANGED
@@ -40,7 +40,7 @@
40
40
  "react-dom": "^17.0.1"
41
41
  },
42
42
  "name": "@visns-studio/visns-components",
43
- "version": "2.2.3",
43
+ "version": "2.2.4",
44
44
  "description": "Various packages to assist in the development of our Custom Applications.",
45
45
  "main": "index.js",
46
46
  "scripts": {