Skip to content

Commit

Permalink
Merge pull request #29025 from chiragxarora/fix/28153
Browse files Browse the repository at this point in the history
text align for main tooltip
  • Loading branch information
stitesExpensify committed Oct 10, 2023
2 parents 366d70e + a8946cf commit c228338
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/getTooltipStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ export default function getTooltipStyles(
fontSize: variables.fontSizeSmall,
overflow: 'hidden',
lineHeight: variables.lineHeightSmall,
textAlign: 'center',
},
pointerWrapperStyle: {
position: 'fixed',
Expand Down

0 comments on commit c228338

Please sign in to comment.