Skip to content

Commit

Permalink
fix: names labels not center justified
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Apr 10, 2024
1 parent 616f091 commit 47ad7e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ const styles = {
}),
name: cssObj({
margin: '0px 0px -5px',
textAlign: 'center',
}),
};

Expand Down

0 comments on commit 47ad7e9

Please sign in to comment.