@linzjs/step-ag-grid 17.4.1 → 17.4.2

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.
@@ -50,11 +50,6 @@ $grid-base-font-size: calc(#{lui.$base-font-size} - 1px);
50
50
 
51
51
  .ag-cell[col-id="selection"] {
52
52
  display: flex;// Fix that when you click below checkbox it doesn't process a click
53
- justify-content: end; // fix alignment of cell content when grabber is present
54
-
55
- .ag-selection-checkbox {
56
- margin-right:0;
57
- }
58
53
  }
59
54
 
60
55
  // fix alignment of cell content when grabber is present
@@ -92,6 +87,7 @@ $grid-base-font-size: calc(#{lui.$base-font-size} - 1px);
92
87
 
93
88
  .ag-header .ag-header-cell[aria-colindex="1"] {
94
89
  padding-left: 17px;
90
+ padding-right: 15px;
95
91
  }
96
92
 
97
93
  .ag-cell[role="gridcell"] {
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": "17.4.1",
5
+ "version": "17.4.2",
6
6
  "keywords": [
7
7
  "aggrid",
8
8
  "ag-grid",
@@ -50,11 +50,6 @@ $grid-base-font-size: calc(#{lui.$base-font-size} - 1px);
50
50
 
51
51
  .ag-cell[col-id="selection"] {
52
52
  display: flex;// Fix that when you click below checkbox it doesn't process a click
53
- justify-content: end; // fix alignment of cell content when grabber is present
54
-
55
- .ag-selection-checkbox {
56
- margin-right:0;
57
- }
58
53
  }
59
54
 
60
55
  // fix alignment of cell content when grabber is present
@@ -92,6 +87,7 @@ $grid-base-font-size: calc(#{lui.$base-font-size} - 1px);
92
87
 
93
88
  .ag-header .ag-header-cell[aria-colindex="1"] {
94
89
  padding-left: 17px;
90
+ padding-right: 15px;
95
91
  }
96
92
 
97
93
  .ag-cell[role="gridcell"] {