Skip to content

Commit

Permalink
fix(data-grid): make textAlign work (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-ico authored Nov 3, 2022
1 parent 72a8e0c commit c501409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/data-grid/data-grid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ export class DataGrid {
class: `thead__cell`,
style: {
width: `calc(${width}px + ${stretchWidth}px)`,
textAlign,
'justify-content': textAlign,
},
'data-type': type,
};
Expand Down

0 comments on commit c501409

Please sign in to comment.