Skip to content

Commit

Permalink
fix: cell centering (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
matttdawson authored Sep 23, 2024
1 parent 3b527ff commit c7f24b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/Grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@

.GridCellAlignCenter .GridCell-container {
display: flex;
justify-content: center;
}

.GridCellAlignCenter .ag-wrapper {
Expand Down

0 comments on commit c7f24b3

Please sign in to comment.