@linzjs/step-ag-grid 10.0.0 → 10.0.1

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/dist/index.css CHANGED
@@ -384,6 +384,10 @@
384
384
  width: 100%;
385
385
  }
386
386
 
387
+ .Grid-container.ag-theme-alpine ag-cell-label-container {
388
+ padding: 0;
389
+ }
390
+
387
391
  .GridPopoverEditDropDown-containerSmall .GridFormDropDown-options {
388
392
  max-height: 120px;
389
393
  overflow-y: auto;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@linzjs/step-ag-grid",
3
3
  "repository": "github:linz/step-ag-grid.git",
4
4
  "license": "MIT",
5
- "version": "10.0.0",
5
+ "version": "10.0.1",
6
6
  "keywords": [
7
7
  "aggrid",
8
8
  "ag-grid",
@@ -70,4 +70,8 @@
70
70
 
71
71
  .Grid-container.ag-theme-alpine .ag-cell-wrapper {
72
72
  width: 100%;
73
+ }
74
+
75
+ .Grid-container.ag-theme-alpine ag-cell-label-container {
76
+ padding: 0;
73
77
  }