mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Fix tooltip width to not be wider than column (#8220)
This commit is contained in:
parent
7804406aa8
commit
57c40ac056
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue