Skip to content

Commit

Permalink
IBX-6160: Fix tooltip text height calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasOsti committed Jul 28, 2023
1 parent 3297d07 commit 8811f3f
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 8811f3f

Please # to comment.