@genesislcap/pbc-reporting-ui 1.0.370 → 1.0.371

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.
@@ -85,7 +85,7 @@ export function REPORT_COLUMN_DEFS(context) {
85
85
  sortable: false,
86
86
  cellStyle: {
87
87
  display: 'flex',
88
- justifyContent: 'flex-end',
88
+ justifyContent: 'flex-start',
89
89
  alignItems: 'center',
90
90
  },
91
91
  cellRendererSelector: (params) => {
@@ -107,7 +107,7 @@ export function REPORT_COLUMN_DEFS(context) {
107
107
  sortable: false,
108
108
  cellStyle: {
109
109
  display: 'flex',
110
- justifyContent: 'flex-end',
110
+ justifyContent: 'flex-start',
111
111
  alignItems: 'center',
112
112
  },
113
113
  cellRendererSelector: (params) => {
@@ -129,7 +129,7 @@ export function REPORT_COLUMN_DEFS(context) {
129
129
  sortable: false,
130
130
  cellStyle: {
131
131
  display: 'flex',
132
- justifyContent: 'flex-end',
132
+ justifyContent: 'flex-start',
133
133
  alignItems: 'center',
134
134
  },
135
135
  cellRendererSelector: (params) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/pbc-reporting-ui",
3
3
  "description": "Genesis PBC Reporting UI",
4
- "version": "1.0.370",
4
+ "version": "1.0.371",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/dts/index.d.ts",