Skip to content

Commit

Permalink
IBX-6160: Fix tooltip text height calculation (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasOsti authored Jul 31, 2023
1 parent 5ce24e8 commit 60ff43d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
'font-style': computedNodeStyles.getPropertyValue('font-style'),
'font-variant': computedNodeStyles.getPropertyValue('font-variant'),
'line-height': computedNodeStyles.getPropertyValue('line-height'),
'word-break': 'break-all',
};

const textHeight = getTextHeight(title, styles);
Expand Down

0 comments on commit 60ff43d

Please sign in to comment.