Fix tooltip width to not be wider than column (#8220)

This commit is contained in:
RachelElysia 2022-10-14 10:30:06 -04:00 committed by GitHub
parent 7804406aa8
commit 57c40ac056
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -290,7 +290,7 @@ const allHostTableHeaders: IDataColumn[] = [
const titleWithToolTip = (
<TooltipWrapper
tipContent={`
The last time the host reported vitals.
The last time the host<br/> reported vitals.
`}
>
Last fetched
@ -317,7 +317,7 @@ const allHostTableHeaders: IDataColumn[] = [
const titleWithToolTip = (
<TooltipWrapper
tipContent={`
The last time the host was online.
The last time the <br/>host was online.
`}
>
Last seen