Closed jm-bh closed 1 year ago
Describe the bug Block-level elements inside a <RuxTooltip /> make the tooltip taller than it should be.
<RuxTooltip />
To Reproduce Steps to reproduce the behavior:
Current behavior The tooltip is significantly taller than its children.
Expected behavior The tooltip should not be taller than its children. (Inline elements still show the correct height.)
Screenshots
CodeSandbox StackBlitz (/components/table, line 72)
/components/table
Environment (please complete the following information):
@astrouxds/react
Additional context Possibly related to #1188
Hey @jm-bh, This issue has been fixed and will be included in today's release (7.16.0). Thanks for raising this!
Describe the bug Block-level elements inside a
<RuxTooltip />
make the tooltip taller than it should be.To Reproduce Steps to reproduce the behavior:
<RuxTooltip />
Current behavior The tooltip is significantly taller than its children.
Expected behavior The tooltip should not be taller than its children. (Inline elements still show the correct height.)
Screenshots
CodeSandbox StackBlitz (
/components/table
, line 72)Environment (please complete the following information):
@astrouxds/react
Additional context Possibly related to #1188