Skip to content

Commit

Permalink
Merge pull request #16436 from Pujan92/fix/16042
Browse files Browse the repository at this point in the history
Fix for the tooltip pointer and tooltip text body gap
  • Loading branch information
cristipaval authored Mar 24, 2023
2 parents 9bf4fd0 + ab5a752 commit 10d3d52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/getTooltipStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ export default function getTooltipStyles(
fontFamily: fontFamily.EXP_NEUE,
fontSize: tooltipFontSize,
overflow: 'hidden',
lineHeight: variables.lineHeightSmall,
},
pointerWrapperStyle: {
position: 'fixed',
Expand Down
1 change: 1 addition & 0 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ const styles = {
fontWeight: fontWeightBold,
fontFamily: fontFamily.EXP_NEUE_BOLD,
fontSize: variables.fontSizeSmall,
lineHeight: variables.lineHeightSmall,
},

textMicroSupporting: {
Expand Down

0 comments on commit 10d3d52

Please sign in to comment.