fixed tooltip for pack queries table (#4647)

This commit is contained in:
Martavis Parker 2022-03-17 11:49:25 -07:00 committed by GitHub
parent 7af5f3bcbd
commit 4646dd2613
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,7 +151,7 @@ const generateTableHeaders = (
return (
<div className="column-with-tooltip">
<span className="queries-table__performance-impact-header">
<TooltipWrapper tipContent="This is the average performance impact across all hosts where this query was scheduled.">
<TooltipWrapper tipContent="This is the average performance<br />impact across all hosts where<br />this query was scheduled.">
Performance impact
</TooltipWrapper>
</span>